Tell us which versions you are using:
Open picker with image .jpg
Change size
catch => console.log() // [Error: Cannot find image data]
try adding android:requestLegacyExternalStorage="true" to your android manifest in the application section
https://github.com/ivpusic/react-native-image-crop-picker/issues/1304#issuecomment-639246786
Most helpful comment
try adding
android:requestLegacyExternalStorage="true"to your android manifest in the application sectionhttps://github.com/ivpusic/react-native-image-crop-picker/issues/1304#issuecomment-639246786