react-native-rk-pull-to-refresh
react-native-rk-pull-to-refresh copied to clipboard
如何实现上拉加载更多功能
现在只有下拉刷新,没有加载更多,这个需要怎么设置
通过flatlist的onEndReachedThreshold属性自己进行添加,listview也有对应的属性,具体可以看rn官方的文档