All Questions
Tagged with react-native-fetch-blob react-native-camera
5 questions
1
vote
1
answer
2k
views
react native run android has an error. Cannot change dependencies of configuration ':packagename:androidApis' after it has been resolved error
I have a React Native project with many libraries like React Native Fetch Blob, React Native Camera, etc.
For run the project I clone my repository and install node modules so run react-native run ...
1
vote
2
answers
5k
views
How to pass POST parameters in fetch for uploading image to server in React Native?
This is the code with I'm trying to send my image to server.
postData = async () => {
var location = await AsyncStorage.getItem('location');
var path = await ...
4
votes
0
answers
2k
views
react-native-fetch-blob multipart data image upload issue
I'm right now working on a react native project that have a taking image and upload function, and I'm using react-native-fetch-blob for passing multipart data to upload a single file. However, it ...
1
vote
1
answer
3k
views
Upload image taken with camera to firebase storage on React Native
All I want to do is upload a photo taken using react-native-camera to firebase storage with react-native-fetch-blob, but no matter what I do it doesn't happen.
I've gone through all of the ...
2
votes
0
answers
627
views
Firebase storage upload stopped working on react-native
I am using
"firebase": "^3.6.0",
"react": "15.3.2",
"react-native": "0.37.0",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-fetch-blob": "^0.10.0"...