alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
815 stars 434 forks source link

Image caching #203

Open salhotra opened 3 years ago

salhotra commented 3 years ago

This is a great package for what it does i.e., Pinch/double tab to zoom. The performance of the animations is amazing because of the native implementation. But it can't be used in production in this state because there is no provision for caching support. Would be great to have something like what react-native-fast-image implements for caching. I really don't have the time or I would have looked into it and submitted a PR. Hope the maintainers can look into this. Thanks

ghost commented 3 years ago

+1

Acetyld commented 2 years ago

Same problem here! Need fast image support,