David Prevost
David Prevost
### Describe the feature request Hey, first, nice job supporting the Semantic versioning operator! Yes, I know it already exists by doing negate of less than, but would it be...
### Description As explained in multiple bugs and posts, starting from Android 9, using this lib with the camera might kill your app in the background, making this library hard...
Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is...
As shown below, the `getAll` returns all the contacts with the `thumbnailPath` while the `getById` does not. And this is only for iOS. I tried to change the `getContactById` method...
In the doc, we can see: ``` getContactsMatchingString(string): Promise - where string is any string to match a name (first, middle, family) to ``` This is misleading since the `getContactsMatchingString`...
**Describe the bug** After adding the lib with yarn and compiling, I found it was not even compiling. I found [an issue](https://github.com/teslamotors/react-native-camera-kit/issues/519) about it, and it is fixed in v14,...
## 🐛 Bug Report For an unknown reason, the layout of the Install Plugin tab under More > Add Plugin looks like the one below. As you can see, it...
## Proposed changes Add [resignApp capability](https://www.browserstack.com/docs/app-automate/appium/advanced-features/disable-resigning-of-apps) type We need to use this capability, but we stumble into typing issues. ## Types of changes - [x] Polish (an improvement for an...
## Proposed changes Same as https://github.com/webdriverio/webdriverio/pull/12845 but for v8
We are using the waveform in static mode, which is excellent. The only use case I'm having trouble working around is when scrolling in my `` of `react-native-gesture-handler', the waveform...