Open johndoetester79 opened 1 year ago
Is this on Android 13, and does the error state that the "android.permission.READ_MEDIA_IMAGES" permission is missing?
I think you miss the line code in AndroidManifest
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
I check it still works on Android 13. Thanks and regards,
Yes i have missed above line of code in AndroidManifest. After adding the same the feature is working fine now.
thanks buddy well. it is working for android 13 and api >= 33 devices now.
Add these permissions and it will work
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Expected behaviour
Should open storage for choosing files from internal / external storage
Actual behaviour
Not opening the storage
Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate