Component - Infinite scrolling (onEndReached)
This component shows a list of items that loads more data automatically when you scroll to the bottom. It uses onEndReached to detect when to fetch more items, creating an endless scroll effect.
This component shows a list of items that loads more data automatically when you scroll to the bottom. It uses onEndReached to detect when to fetch more items, creating an endless scroll effect.
FlatList ├── renderItem (Text) └── ListFooterComponent (ActivityIndicator)