Mona Singh
Results
2
comments of
Mona Singh
> @dtumonasingh what device are you testing on ? I am testing on Pixel 4 simulator, the app targets Android 13 and the device also is on Android 13. When...
Adding ACCESS_MEDIA_IMAGES instead of WRITE_EXTERNAL_STORAGE at this [line](https://github.com/ivpusic/react-native-image-crop-picker/blob/master/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java#L406) helped me get the permission dialog when opening gallery using the openPicker function. I am not sure what other permission is also...