Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 515 Bytes

File metadata and controls

33 lines (22 loc) · 515 Bytes

react-native-image-lazy-loading

react-native-image-lazy-loading

Installation

npm install react-native-image-lazy-loading

Usage

import ImageLazyLoading from "react-native-image-lazy-loading";


const  App= () => {
  return (
    <ImageLazyLoading
     <Image source={source} style={styles.image}
     />
  );
};

Props:
Image props
## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT