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

后端 未结 4 1703
误落风尘
误落风尘 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条回答
  •  旧时难觅i
    2021-01-12 11:26

    You use NativeBase in your project and the Flatlist is on Content they are conflict. To solve this problem you need to remove Content

提交回复
热议问题