react-native-progressive-image-loading
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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

/react-native-progressive-image-loading/

    Package Sidebar

    Install

    npm i react-native-progressive-image-loading

    Weekly Downloads

    8

    Version

    0.2.3

    License

    MIT

    Unpacked Size

    20.6 kB

    Total Files

    9

    Last publish

    Collaborators

    • kelmants