React-native-image-viewer: failImageSource desc wrong on the md

Created on 24 May 2019  路  2Comments  路  Source: ascoders/react-native-image-viewer

hello

failImageSource props should be {url:string},not {uri:string} at the readme.md

Most helpful comment

failImageSource should support for props: {
source: require('xxx.png')
}

All 2 comments

Fixed, thanks!

failImageSource should support for props: {
source: require('xxx.png')
}

Was this page helpful?
0 / 5 - 0 ratings