đặt cái props này ở trong scrollview ( view bao ngoài cùng ) hoặc trong flatlist
refreshControl={
<RefreshControl
refreshing={this.state.refreshing}
onRefresh={this._onRefresh.bind(this)}
/>
}