react-native-lazyload
react-native-lazyload copied to clipboard
lazyload for react native
Hello, I'm having an issue using the plugin. I have a LazyloadScrollView with an infinite scroll with multiple LazyloadImage items inside. The first time that i open the app, the...
``` shouldComponentUpdate = (nextProps) => { return this._visible || !nextProps.host; }; ``` This piece of code prevents recycle system functioning
I have tried the example of LazyLoadListView you provided and i am getting warnings `// I figured this out` Failed prop type: Required prop `stickyHeaderIndices` was not specified in `LazyloadListView`....
{Array.apply(null, Array(100)).map((file, i) => )} IS NOT WORK
``` renderRow = (file) => { return {file.id} {file.gender} ; }; render() { return ; } ``` 
I will use **lazyloadImage** inside **ProductCardItem** component calls host : "lazyload-list". is it possible? will it work? ``` return( { arrProdList.map((item, i) => { return ( {} ); }) }...
What would be the property in case that the uri:'URL' does not exist or demore more time :(
ExceptionsManager.js:71 view (tag #1295) is not a descendant of (tag #1256)reactConsoleErrorHandler @ ExceptionsManager.js:71console.error @ YellowBox.js:61logIfNoNativeHook @ RCTLog.js:38__callFunction @ MessageQueue.js:236(anonymous function) @ MessageQueue.js:108guard @ MessageQueue.js:46callFunctionReturnFlushedQueue @ MessageQueue.js:107message @ index.js:73 ![screen shot...