Using Flatlist in with 1 list with more than 100 items.
Flatlist
Scrolling fastly
-> Flatlist becomes white blank view in seconds
https://github.com/facebook/react-native/issues/13649arrow-up-right
Flatlist with
PureComponent Item
PureComponent
Using getItemLayout
getItemLayout
-> Doesn't work
I use ScrollView now. It's scrolling well in low device
ScrollView
https://medium.com/discord-engineering/how-discord-achieves-native-ios-performance-with-react-native-390c84dcd502arrow-up-right
Last updated 5 years ago