I have looked at the trouble shooting page of the wiki, however I still cannot fix the problem I am having.
react-native-cli: 2.0.1
react-native: 0.43.4
import FileUploader from 'react-native-file-uploader'
and
<Button
onPress={() => RNFetchBlob.fetch('POST', 'http://localhost:8000/upload', {
'Content-Type' : 'application/octet-stream'
}, RNFetchBlob.wrap('./tempImageStore/image.jpg'))
}
title={'Upload File'}
/>
react-native-fetch-blob
:1) npm install --save github:wkh237/react-native-fetch-blob-package#master
2) react-native link
import RNFetchBlob from 'react-native-fetch-blob'
and var RNFetchBlob = require('react-native-fetch-blob').default
npm install --save react-native-fetch-blob
Thank you in advance for your help!
After linking you need to run
pod update
inside ios folder