All Questions
1 question
1
vote
0
answers
457
views
React Native react-native-image-picker, react-native-fetch-blob workaround to clear images taken from camera
You have probably noticed that storageOptions: { cameraRoll: false } parameter is not working on Android when using react-native-image-picker library.
Instead it saves pictures taken from camera to ...