是否存在使用 FlatList 进行“滚动加载”的示例?

Jak*_*san 5 reactjs react-native react-native-flatlist

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

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

小智 6

onEndReached = { this.handLoadMore }
onEndReachedThreshold = { 100 }
Run Code Online (Sandbox Code Playgroud)

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

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