marcocesarato / react-native-big-list

This is a high performance list view for React Native with support for complex layouts using a similar FlatList usage to make easy the replacement. This list implementation for big list rendering on React Native works with a recycler focused on performance and memory usage and so it permits processing thousands items on the list.
https://marcocesarato.github.io/react-native-big-list-docs/
Apache License 2.0
532 stars 43 forks source link

Blank items on fast scroll #193

Closed rogerkerse closed 2 years ago

rogerkerse commented 2 years ago

Hi. Currently with the BigList, when scrolling fast on an actual device the items appear as blanks for some time until they get their content. I see that no re-renders are happening to the screen so it must be the internal implementation of the list.

Can something be done about it?

rogerkerse commented 2 years ago

Is anyone maintaining this project?

marcocesarato commented 2 years ago

https://marcocesarato.github.io/react-native-big-list-docs/#how-it-works

Hi, how written on the documentation

When list can't render your items fast enough the non-rendered components will appear as blank space.