Top "React-native-flatlist" questions

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

Dynamically changing number of columns in React Native Flat List

I have a FlatList where I want to change the number of columns based on orientation. However, I get the …

reactjs react-native react-native-flatlist
ScrollToEnd after update data for Flatlist

I'm making a chat box with Flatlist. I want to add a new item to data then scroll to bottom …

react-native react-native-flatlist
Background color turns black after OnPress, when displayed on top of FlatList

Very strange behavior, I am using a FlatList, and on top of it there are 2 floating buttons (TouchableOpacity) (absolute position) …

ios listview react-native react-native-flatlist
Spacing before and after a horizontal FlatList (React Native)

I'm trying to create a horizontal FlatList that has some spacing around it. I was able to get the beginning …

react-native flexbox react-native-flatlist react-native-flexbox
React Native FlatList load more when we get to the bottom of the list

How to make load more with FlatList of React Native (Not infinite) I've done this, but unfortunately it loads as …

javascript react-native react-native-flatlist
How to show header when scroll up and hide header when scroll down on FlatList

Now I want to create, exactly like Facebook's app do, a bar displayed above my tabNavigator. This tabs hide on …

react-native scrollview react-native-flatlist
React Native FlatList Pagination not working - onEndReached doesn't fired

I am using react-native FlatList component to list of items Pagination is not happening as expected , as per documentation onEndReached …

react-native react-native-flatlist
React Native FlatList not scrolling to end

I've got (what I thought was) a simple FlatList which renders a list of Cards (code below) Problem: the list …

react-native react-native-flatlist react-native-elements
onEndReached in Flatlist issue

If I enclose the flatlist in a View then my onEndReached triggers infinitely if I remove the enclosing View onEndReached …

react-native react-native-flatlist
FlatList Component Life Cycle Methods ScrollToIndex ScrollToEnd etc

I am using the new FlatList component and want to make use of ScrollToIndex (or ScrollToEnd) within lifecycle methods such …

react-native react-native-flatlist