All Questions
1 question
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 ...