react-lazy-load-image-component
react-lazy-load-image-component copied to clipboard
Can we support for react-native? I can not use this package in react-native app.
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.
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.
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.
@tigerjiang did you find a solution?