Aljullu / react-lazy-load-image-component

React Component to lazy load images and components using a HOC to track window scroll position.
https://www.npmjs.com/package/react-lazy-load-image-component
MIT License
1.44k stars 109 forks source link

React Native Support #47

Closed coloredlambda closed 4 years ago

coloredlambda commented 5 years ago

Does this work with react native?

Aljullu commented 5 years ago

Currently it doesn't, since it relies heavily on browser's window object, but it shouldn't crash either.

PRs are welcome, though. :slightly_smiling_face:

coloredlambda commented 4 years ago

Alright!