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