--- id: refreshcontrol title: RefreshControl category: Components permalink: docs/refreshcontrol.html ---
This component is used inside a ScrollView or ListView to add pull to refresh
functionality. When the ScrollView is at scrollY: 0, swiping down
triggers an onRefresh event.
Note: refreshing is a controlled prop, this is why it needs to be set to true
in the onRefresh function otherwise the refresh indicator will stop immediately.
Called when the view starts refreshing.
Whether the view should be indicating an active refresh.
Whether the pull to refresh functionality is enabled.
Progress view top offset
Size of the refresh indicator, see RefreshControl.SIZE.
The title displayed under the refresh indicator.