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

What is a React Native view?

The most fundamental component for building a UI, View is a container that supports layout with flexbox, style, some touch handling, and accessibility controls . View maps directly to the native view equivalent on whatever platform React Native is running on, whether that is a UIView , <div> , android.view , etc.19 Oca 2022

Read more