We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aea0b5 commit 903c974Copy full SHA for 903c974
README.md
@@ -236,7 +236,7 @@ RNFetchBlob
236
console.log('The file saved to ', res.path())
237
// Beware that when using a file path as Image source on Android,
238
// you must prepend "file://"" before the file path
239
- imageView = <Image source={{ uri : Platform.OS === 'android' ? 'file://' + res.path() : '' + res.path() }}/>
+ imageView = <Image source={{ uri : Platform.OS === 'android' ? 'file://' + res.path() : '' + res.path() }}/>
240
})
241
```
242
0 commit comments