Lluis Andreu Oliver

Results 6 comments of Lluis Andreu Oliver

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")}} ```