Flatlist with large data list causes blank view

Issue

  • Using Flatlist in with 1 list with more than 100 items.

  • Scrolling fastly

-> Flatlist becomes white blank view in seconds

https://github.com/facebook/react-native/issues/13649

Tried

Flatlist with

  • PureComponent Item

  • Using getItemLayout

-> Doesn't work

Solution

I use ScrollView now. It's scrolling well in low device

https://medium.com/discord-engineering/how-discord-achieves-native-ios-performance-with-react-native-390c84dcd502

Last updated