All Questions
Tagged with react-native-image-picker react-native-fs
5 questions
0
votes
0
answers
31
views
Can't Correct URI on Android for Upload to Firebase Storage
i have attempted MANY solutions for this but I still cannot solve the file path on Android. IOS works perfectly.
Android Logs
LOG Initiating photo upload for photo index: 1
LOG Original selected ...
1
vote
1
answer
2k
views
Upload Video URI from React-Native Picker to AWS S3 Server
I am trying to upload a video from my IOS device library to S3 using axios and a pre-signed url. I've determined the axios/s3 part is working great, but the issue is coming from the uri I receive from ...
4
votes
0
answers
1k
views
react-native-fs library is not moving or copying files - weird results
npmPackages:
@react-native-community/cli: ^4.13.0 => 4.13.0
react: 16.13.1 => 16.13.1
react-native: 0.63.3 => 0.63.3
react-native-windows: Not Found
react-native-fs: ^2.16....
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 ...
2
votes
1
answer
2k
views
How to delete react-native-image-crop-picker image from /storage/emulated/0/Pictures
When the image is captured it saves two images, one original and the other compressed and gives the path of compressed image in image.path. How can I disable saving of any image in gallery, I just ...