React Native FlatList Pagination not working - onEndReached doesn't fired

后端 未结 4 1678
误落风尘
误落风尘 2021-01-12 10:30

I am using react-native FlatList component to list of items Pagination is not happening as expected , as per documentation onEndReached has to get fired when end of page is

4条回答
  •  不知归路
    2021-01-12 11:22

    Pass extraData prop to FlatList as extraData = {this.state} check the docs for more info.

提交回复
热议问题