ascoders / react-native-image-viewer

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

Add thumbnail support #423

Open amitnsky opened 4 years ago

amitnsky commented 4 years ago

Adding thumbnail support. Now users can pass a url for thumbnails in imageUrls prop 'thumbnailUrl'.

Todo: [Add support for Lazy loading of thumbnails, Thumbnails are rendered inside horizontal scroll view not in a Flatlist] [Add placeholder support for images] [Loading of thumbnails is not animated] [Make height and width of thumbnails dynamic, currently it's fixed to 100 * 100]

[Changes are backward compatible]