mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
In my case it happened because AsyncTask in ResolveTakenPictureAsyncTask.java did not run, following this solution to issue https://stackoverflow.com/questions/26890618/asynctask-doinbackground-not-called-after-calling-method-onpreexecute/26890971#26890971 fixed my problem