5

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

有谁知道这个功能的例子?

4

1 回答 1

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

有关详细信息,请访问链接。

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

于 2018-04-04T03:35:05.147 回答