0.2.3 • Published 3 years ago

react-native-progressive-image-loading v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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