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.
function #Called when the view starts refreshing.
bool #Whether the view should be indicating an active refresh.
[object Object] #The colors (at least one) that will be used to draw the refresh indicator.
bool #Whether the pull to refresh functionality is enabled.
[object Object] #The background color of the refresh indicator.
number #Progress view top offset
enum(RefreshLayoutConsts.SIZE.DEFAULT, RefreshLayoutConsts.SIZE.LARGE) #Size of the refresh indicator, see RefreshControl.SIZE.
[object Object] #The color of the refresh indicator.
string #The title displayed under the refresh indicator.
[object Object] #Title color.
You can edit the content above on GitHub and send us a pull request!
Examples # | Edit on GitHub |