使用FlatList存在“滚动加载”的示例吗?

时间:2017-07-05 15:15:12

标签: reactjs react-native react-native-flatlist

ReactNative文档提到FlatList在此页面上具有“滚动加载”功能:https://facebook.github.io/react-native/docs/flatlist.html

有没有人知道这个功能的例子?

1 个答案:

答案 0 :(得分:0)

onEndReached = { this.handLoadMore }
onEndReachedThreshold = { 100 }

有关详细信息,请转到链接。

https://medium.com/react-native-development/how-to-use-the-flatlist-component-react-native-basics-92c482816fe6