react-native-progressive-image-loading
v0.2.3
Published
Image component with the progressive image when it is loading
Downloads
1
Readme
react-native-progressive-image-loading
Image component with the progressive image when it is loading
Installation
npm install react-native-progressive-image-loading
Usage
import ProgressiveImage from "react-native-progressive-image-loading";
<ProgressiveImage
style={styles.box}
source={{ uri: 'https://images.pexels.com/photos/6044441/pexels-photo-6044441.jpeg' }}
thumbnailSource={{ uri: 'https://images.pexels.com/photos/6044441/pexels-photo-6044441.jpeg' }}
/>
<ProgressiveImage style={styles.box} source={{ uri: 'https://images.pexels.com/photos/6044441/pexels-photo-6044441.jpeg' }} />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT