Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
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.

Example


Reference

Props

View Props

Inherits View Props.

refreshing Required Android iOS

Whether the view should be indicating an active refresh.

colors Android

The colors (at least one) that will be used to draw the refresh indicator.

enabled Android

Whether the pull to refresh functionality is enabled.

onRefresh Android iOS

Called when the view starts refreshing.

progressBackgroundColor Android

The background color of the refresh indicator.

progressViewOffset Android iOS

Progress view top offset.

size Android

Size of the refresh indicator.

tintColor iOS

The color of the refresh indicator.

title iOS

The title displayed under the refresh indicator.

titleColor iOS

The color of the refresh indicator title.
Last modified on May 13, 2026