Skip to content

Commit 903c974

Browse files
authored
Fix README
remove extra space
1 parent 2aea0b5 commit 903c974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ RNFetchBlob
236236
console.log('The file saved to ', res.path())
237237
// Beware that when using a file path as Image source on Android,
238238
// you must prepend "file://"" before the file path
239-
imageView = <Image source={{ uri : Platform.OS === 'android' ? 'file://' + res.path() : '' + res.path() }}/>
239+
imageView = <Image source={{ uri : Platform.OS === 'android' ? 'file://' + res.path() : '' + res.path() }}/>
240240
})
241241
```
242242

0 commit comments

Comments
 (0)