Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 924cd9f

Browse files
author
Dmitry Petukhov
authored
Update README.md
updated example variable
1 parent 3e52536 commit 924cd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ RNFetchBlob
169169
console.log('The file saved to ', res.path())
170170
// Beware that when using a file path as Image source on Android,
171171
// you must prepend "file://"" before the file path
172-
imageView = <Image source={{ uri : Platform.OS === 'android' ? 'file://' : '' + res.path() }}/>
172+
imageView = <Image source={{ uri : Platform.OS === 'android' ? 'file://' + res.path() : '' + res.path() }}/>
173173
})
174174
```
175175

0 commit comments

Comments
 (0)