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

Can we support for react-native? I can not use this package in react-native app. #92

Open NitinChronext opened 3 years ago

NitinChronext commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

klokie commented 2 years ago

This is the error I get when trying to wrap a component with <LazyLoadComponent>:

View config getter callback for component `span` must be a function (received `undefined`).
Make sure to start component names with a capital letter.
tigerjiang commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Can you fix it? I also need a image load like this, But I havn't found more better one for RN.

haveamission commented 1 year ago

@tigerjiang did you find a solution?