react-native-lazyload icon indicating copy to clipboard operation
react-native-lazyload copied to clipboard

lazyload for react native

Results 26 react-native-lazyload issues
Sort by recently updated
recently updated
newest added

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 ; } ``` ![screenshot_20170526-180955 1](https://cloud.githubusercontent.com/assets/16332824/26490639/c7799aec-423e-11e7-9b83-9ad40c5837ea.png)

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...