April 2017
Intermediate to advanced
414 pages
8h 14m
English
The pull-to-refresh interaction was conceived with Tweetie, a popular Twitter iOS application created in 2008. This interaction involves the user pulling down their screen until it reaches a certain threshold, then releasing it to signify their intent to refresh the contents of the screen.
With the React Native SDK, we can use RefreshControl to gain that same pull-to-refresh interaction and let our users reload data in the app at their will.
Here are the RefreshControl props that we will use in this chapter:
Read now
Unlock full access