It looks like most apps in iOS that only need read-only access to a user's photo library leverage the Private Access feature. What this means is that the user does not see the prompts to grant permissions for the app to view some or all photos of the photo library. As far as I understand under the hood Private Access leverages Photos Picker.
Unfortunately, it does not seem that react-native-image-crop-picker works this way. Instead, it requires the user to grant permission to access photo library via prompt (context).
Is there a way to leverage Photos Picker and thus Private Access feature through react-native-image-crop-picker?
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Expected behaviour
It looks like most apps in iOS that only need read-only access to a user's photo library leverage the
Private Access
feature. What this means is that the user does not see the prompts to grant permissions for the app to view some or all photos of the photo library. As far as I understand under the hood Private Access leverages Photos Picker.Unfortunately, it does not seem that
react-native-image-crop-picker
works this way. Instead, it requires the user to grant permission to access photo library via prompt (context).Is there a way to leverage Photos Picker and thus Private Access feature through
react-native-image-crop-picker
?