Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native flatlist pull to refresh

// Make sure to also set the refreshing prop correctly.
<FlatList
	data={ this.state.FlatListItems }
  	onRefresh={() => this.onRefresh()}
  	refreshing={this.state.isFetching}
/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #flatlist #pull #refresh
ADD COMMENT
Topic
Name
4+5 =