Jobel91
Jobel91
Like @kevinNejad said, just run `react-native link react-native-fetch-blob`.
Thanks to @AGFarhat. It works !
@todorone , it works on Android real device, React Native version : 0.57.1
Try that : `Platform.OS === "ios" ? response.path : response.uri` When you use "RNFetchBlob.fs.readFile()" response. On iOS, when I use "response.uri", i'm getting : "No such file 'file:///......."