Reaccione el tirón de la lista plana nativa para refrescarse

// Make sure to also set the refreshing prop correctly.
<FlatList
	data={ this.state.FlatListItems }
  	onRefresh={() => this.onRefresh()}
  	refreshing={this.state.isFetching}
/>
Poised Puffin