levepic
levepic
PurchaseStateAndroid is not handled (at least in the Hook example). At useEffect currentPurchase you need to check for receipt?.purchaseStateAndroid === 2 which is triggered in Pending state of the purchase....
Build error on RN < 0.71 ` > Could not resolve all task dependencies for configuration ':react-native-worklets-core:debugCompileClasspath'. > Could not find com.facebook.react:react-android:. Required by: project :react-native-worklets-core > Could not find...
Google Play requires most of the apps to remove READ_MEDIA_IMAGES permission. How can we handle this? Can the image picker and cropper be separated to handle the issue? Use the...
Getting multiple crash reports since the app went live. I suspect the app crashes when receives a notification during startup. The error is the following: `Fatal Exception: java.lang.IllegalStateException: Tried to...
Description of the problem: On React Native versions prior to 0.78, when using the Modal component on Android 15 devices (and possibly Android 14 in some cases), the FLAG_SECURE provided...
When using react-native-modal with coversScreen: true, the modal is rendered in a separate Android Activity. On Android 14+ (especially Android 15), this causes a security issue: the new activity does...
### Before submitting a new issue - [x] I tested using the latest version of the library, as the bug might be already fixed. - [x] I tested using a...
On Android 10 devices (and lower) permission is always DENIED no matter what you do - because of Google Play requirement we have to remove permission from the manifest which...