How do you implement pull-to-refresh functionality in a FlatList?
FlatList
With a onRefresh props.
onRefresh
Using the RefreshControl component**.**
RefreshControl
With the refreshing props.
refreshing
With the onLoad props.
onLoad