Devin Jameson
Devin Jameson
It's possible this might solve the problem on Android. In app build.gradle: ``` /** * The preferred build flavor of JavaScriptCore. * * For example, to use the international variant,...
@sunweiyang Can you describe how this works? I want to use the current index to do something but I'm not sure where that number is being stored using the code...
Oh I see thank you @sunweiyang!
Maybe this will help: https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/289#issuecomment-777094398
Having the same issue on iOS.
This may be a safe area inset issue on iOS. You may be able to get the bottom safe area from a library like [react-native-static-safe-area-insets](https://github.com/Gaspard-Bruno/react-native-static-safe-area-insets) and set the `extraScrollHeight` to...
> > This may be a safe area inset issue on iOS. You may be able to get the bottom safe area from a library like [react-native-static-safe-area-insets](https://github.com/Gaspard-Bruno/react-native-static-safe-area-insets) and set the...
What height and width are you providing to the cropper component? I had this issue when supplying 0 to both.
This might be helpful: https://github.com/react-native-push-notification-ios/push-notification-ios/issues/247
@johnschoeman see above for notification delivery issue.