Open
Description
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.