Charly Berthet
Charly Berthet
Hello, I first call ``` this.admobFree.interstitial.prepare() .then(() => { this.interstitialPrepared = true; console.log('AdMob Interstitial Ad is prepared, will be presented if autoShow is true, otherwise, call showInterstitial().'); }) .catch((err) =>...
Hello, For some of my installations I receive this error : > parse-server-push-adapter APNS APNS error transmitting to device XXXXXX with status 410 and reason Unregistered I would like to...
No need to specify TOCropViewController version. This was preventing me from using other libraries like [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) Fix bug #83
## Problem I cannot build the lib [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) when I already use this lib. ## Expected I should be able to use other RN libraries when I already use this...
### Description On iOS live photos (.jpg) are not being correctly picked by the library. I use version 5.6.1 and call launchImageLibrary to pick assets, however, the URI of these...
As of now Android targets only synced frames. Therefore it sometimes doesn't return the exact frame requested by the user. With `onlySyncedFrames = false` user can now request exact frames.