Component - Pull-to-refresh
This UI component allows users to refresh the content of a list by pulling down on the screen. It is a common pattern in mobile apps to update data easily.
This UI component allows users to refresh the content of a list by pulling down on the screen. It is a common pattern in mobile apps to update data easily.
View
└── ScrollView (with RefreshControl)
└── Content (e.g., Text items)