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

Commit 3c6c926

Browse files
authored
Merge pull request #55 from dphov/patch-4
Update README.md
2 parents 3e52536 + 924cd9f commit 3c6c926

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)