Why FlatList's OnEndReach method doesn't gets called when onRefresh is set to true once?

前端 未结 0 896
轻奢々
轻奢々 2021-02-11 22:56
this.state = {
refreshing:false,
enableOnreach:true,
ListEnd:false
}
   _renderFooter = () => {
        if (!this.state.loadingMore) return null;

        return (
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题