ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 580 forks source link

failImageSource desc wrong on the md #308

Closed dai1254473705 closed 5 years ago

dai1254473705 commented 5 years ago

hello

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

ascoders commented 5 years ago

Fixed, thanks!

fallenner commented 5 years ago

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