st0ffern / react-native-optimized-flatlist

Optimization for complex and slow React Native FlatLists
MIT License
259 stars 47 forks source link

Recycling items doesn't take effect as soon as the screen is loaded? #34

Open Mr-Ingram opened 6 years ago

Mr-Ingram commented 6 years ago

The effect works when I scroll down the list, but would it be possible for that recycle effect to start as soon as the page load? What I mean is that initially all the items are loaded, instead of them being hidden and when I scroll down ,you know, the items hide until my Viewport is on the item.