Antoine MACE
Results
2
comments of
Antoine MACE
UP, I encountered the same error today dependencies : "react": "16.0.0-alpha.6", "react-native": "0.44.0", "react-native-fetch-blob": "0.10.5" @Jacse In my case I do use RNFetchBlob.fs.dirs.DocumentDir If anyone as any fix, solution it...
@apatton724 I solved my issue by simply running `npm install --save react-native-fetch-blob` Just in case before running the install you can `watchman watch-del-all && npm cache clean` to start from...