react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
How to pick images using this package in android 14 when user select "Select photos and videos" option from permission .
How to pick images using this package in android 14 when user select "Select photos and videos" option from permission .
It shows a modal to select gallery images and ones image picker is opened it gives permission issue .
Version
- react-native-image-crop-picker v0.40.0
- react-native v0.73.1
Platform
- Android (v14)
Is there any update about the issue?
Getting same issue unable to open picker. Also added in androidmanifest.xml
uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED"
uses-permission android:name="android.permission.READ_MEDIA_IMAGES"
uses-permission android:name="android.permission.READ_MEDIA_VIDEO"
uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
same issue