📌  相关文章
📜  react native flatlist pull to refresh - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:10.258000             🧑  作者: Mango

代码示例1
// Make sure to also set the refreshing prop correctly.
 this.onRefresh()}
      refreshing={this.state.isFetching}
/>