I have exhausted all threads on the internet and can't find a solution. I'm trying to photo upload to firebase from my react-native app using react-native-fetch-blob. RN ios simulator running iphone 6. Not using Expo I have NOT tried running on android emulator yet, due to android env setup on different computer.
This line causes the error.
import RNFetchBlob from 'react-native-fetch-blob'
I have read many of the tutorials about using react-native-fetch-blob.
I can't seem to link it correctly, or please tell me what my issue is.
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-fetch-blob": "^0.10.8",
What I've tried already...
npm install --save react-native-fetch-blob
react-native link
...
npm install --save react-native-fetch-blob
react-native link react-native-fetch-blob
...
rm -rf node_modules, then reinstall, then clean and build
... I've followed the WIKI to manually link packages. Verified packages are linked via SS's ...
Clean and build after all of these scenario's.
I won't list EVERYTHING I've done because I've literally tried everything on stack and RNFB Issues/github.
Here are some screenshots from Xcode, RNFB is getting linked correctly, or at least I think.
I have found this https://github.com/benjreinhart/react-native-aws3
And will attempt a workout through AWS until someone can help with the linking of fetch blob. Ill update after I have time to work.