标签: reactjs react-native react-native-flatlist
ReactNative文档提到FlatList在此页面上具有“滚动加载”功能:https://facebook.github.io/react-native/docs/flatlist.html
FlatList
有没有人知道这个功能的例子?
答案 0 :(得分:0)
onEndReached = { this.handLoadMore } onEndReachedThreshold = { 100 }
有关详细信息,请转到链接。
https://medium.com/react-native-development/how-to-use-the-flatlist-component-react-native-basics-92c482816fe6