jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link

How to restrict image picker to show images from specific gallery folder (DCIM/Camera) #100

Open Vishal7Sharma opened 4 years ago

Vishal7Sharma commented 4 years ago

I'm using react-native for android app, I have a use case where user can select images from gallery, For this I'm using react-native-camera-roll-picker, But now I want to restrict user to select images from only specific folder as "DCIM/Camera", I went through the code but didn't find implementation where I can specify folder path.

Please help me to find a way to achieve this feature, Or any way by which I can implement this feature. Thanks in advance