Lluis Andreu Oliver
Lluis Andreu Oliver
Same issue in RN 0.7.20. In this version Hermes is mandatory.
Same issue here with version ^16.3.0 bare react native sdk49 on android [Error: Encountered an exception while calling native method: Exception occurred while executing exported method watchPositionImplAsync on module ExpoLocation:...
I think expo-location should update "play-services-location" to 21.0.1 com.google.android.gms:play-services-location:21.0.1 If that is an issue for those using react-native-maps, they can update this package to v2.0.0-beta.14 which works with PSL 21.0.1.
My solution was to fix the react-native-maps package to: "react-native-maps": "2.0.0-beta.14", And then use the patch above or mine to change the play service location dependency (using patch-package) ``` diff...
I am experiencing this issue on 0.40.x version on Android. Disabling crop works, but the main purpose of this library is enable cropping.
I still have this issue, the callback onDrop does nothing (on Safari) ``` {!!filePreview ? FilePreview : {t("placeholders.uploadVideoCover")} {t("actions.browse")}} ```
I have the same issue on Android using SDK 51. I would have to look for alternatives.
> I faced similar issue as well at my latest RN project that is targeting Android SDK 35. I think this should be related to the fact that [Android is...
Same issue on Expo52 SDK (ejected) and new version of this library.
@mbpictures do you running the app on bridgeless mode?