Jobel91

Results 5 comments of Jobel91

Like @kevinNejad said, just run `react-native link react-native-fetch-blob`.

@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:///......."