What is a FlatList?

The FlatList component displays the similar structured data in a scrollable list . It works well for large lists of data where the number of list items might change over time. The FlatList shows only those renders elements which are currently displaying on the screen, not all the elements of the list at once.

Read more