React Native Flatlist Example. You can also check SectionList example for the Section list. There are two primary props you need to know about in the FlatList, and that's data and renderItem.
React Native FlatList is an inbuilt component that is used to make an efficient scrolling list of data. React Native FlatList is a simple ListView. In some scenarios, adding a footer, which appears at the bottom of the FlatList component is needed.
Make sure all your data is captured in the item data or external stores like Flux, Redux, or Relay.
We don't want React Native to rebuild an entire list just because of one small change to the array of data.
React Native 75+ examples: websites, applications and ...
React Native Flatlist Example Final Result And there you have it, this is our final result. It is among the simple but mostly used components. React Native FlatList is an inbuilt component that is used to make an efficient scrolling list of data.