Skip to content

kaustubh2525/-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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 36.6%
  • TypeScript 31.3%
  • Objective-C 19.0%
  • JavaScript 8.7%
  • Ruby 3.4%
  • C 0.6%
  • Swift 0.4%