Top "React-native-flatlist" questions

Flat lists is a component for rendering basic lists in React Native.

initialScrollIndex not working for FlatList react native

I am experiencing an issue with the initialScrollIndex of FlatList - the argument of initialScrollIndex is simply ignored and the …

react-native react-native-flatlist
React Native FlatList cuts Text at the bottom

I'm trying to make a search screen, I have a FlatList that fills all of the unused space in the …

react-native react-native-flatlist react-native-text react-native-stylesheet
How to improve FlatList render performance for large list with ReactNative 0.43?

I am trying to render a list of ~250 images in 3 columns using FlatList in RN0.43, and I change the width …

performance react-native react-native-flatlist