Component - Pull-to-refresh patterns
This UI component shows a list of items that the user can refresh by pulling down on the list. When the user pulls down, a spinner appears, and the list reloads with updated data.
This UI component shows a list of items that the user can refresh by pulling down on the list. When the user pulls down, a spinner appears, and the list reloads with updated data.
View ├─ FlatList │ ├─ RefreshControl │ └─ renderItem (Text) └─ StatusBar