react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Android - Permissions not requested when using openPicker()

Open Flora-Ht opened this issue 2 years ago • 2 comments

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

Flora-Ht avatar Jun 30 '22 09:06 Flora-Ht

Same here

paskalov-aris avatar Jul 11 '22 08:07 paskalov-aris

According to https://developer.android.com/training/data-storage/shared/documents-files I don't think any permissions are needed on Android image

johnf avatar Jul 13 '22 22:07 johnf