Skip to content

Global-Software-Consulting/-react-native-image-lazy-loading

Repository files navigation

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