react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Android - Permissions not requested when using openPicker()
Version
Tell us which versions you are using:
"react-native-image-crop-picker": "^0.37.3",
"react-native": "~0.63.4",
Platform
Tell us to which platform this issue is related
- Android
Expected behaviour
When calling openPicker() for the first time, it should ask for permission to access files and medias. It should not open if permissions are denied in app settings.
Actual behaviour
Library opens without asking for anything, even if permissions are denied by default in app settings.
Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate
Same here
According to https://developer.android.com/training/data-storage/shared/documents-files
I don't think any permissions are needed on Android