Nxtra
Nxtra
Related: https://github.com/expo/expo/issues/19477 -> was rejected because of no reproducible demo. -> Reproducible was added here in the main message
I tried on an Samsung A53 and Samsung A40. At both I see the issue.
UPDATE: I've added a git repo with an example and steps to reproduce.
I did some more research and found: - Given background location tracking is in progress - When I close the app (really swipe it away in your open apps) -...
I think it has something to do with the context of the react application not being fully shut down when you close the app while a background (location?) tracking process...
I found a dirty workaround. I am wrapping the call to `ImagePicker.launchCameraAsync' in a try-catch block. If this specific error occurs, *"Call to function 'ExponentImagePicker.launchCameraAsync' has been rejected"*, then I...
> I'm also experiencing the same issue, although I haven't been as thorough in reproducing it in these steps. Now after deleting the app and reinstalling from Google Play, it...
@russnes , is it solved for good on your side?
> @Nxtra @bradjones1 @rgonzalez-clicoh @russnes @stharvey I was able to temporarily fix this in my app until the expo team can provide a permanent solution. I had to patch expo-image-picker...
@mauricedoepke , I applied the patch. I still see the issue. Though I am not sure I correctly applied the patch. How can I see the resulting `ImagePickerModule.kt` file after...