vovkasm / react-native-web-image

An image component for react-native with persistent disk and memory caching.
MIT License
146 stars 25 forks source link

Integration with react-native-image-progress? #15

Open dotansimha opened 6 years ago

dotansimha commented 6 years ago

https://github.com/oblador/react-native-image-progress

It wraps any Image component and displays a loader until the image is loaded. It assumes that the Image component exposes onProgress, onError, onLoad and onLoadStart.

vovkasm commented 6 years ago

Ok, seems it needed feature