react-native-rk-pull-to-refresh icon indicating copy to clipboard operation
react-native-rk-pull-to-refresh copied to clipboard

如何实现上拉加载更多功能

Open ankye opened this issue 6 years ago • 1 comments

现在只有下拉刷新,没有加载更多,这个需要怎么设置

ankye avatar Oct 27 '17 05:10 ankye

通过flatlist的onEndReachedThreshold属性自己进行添加,listview也有对应的属性,具体可以看rn官方的文档

hzl123456 avatar Oct 27 '17 07:10 hzl123456