1.使用react-native-sglistview、react-native-gifted-listview
2.设置removeClippedSubviews 为true,子类需要添加样式overflow:'hidden'
3.设置拖动速率 decelerationRate
4.dataSource里的数组个数做限制,做分页处理,10~15一页
5.在sholudComponentUpdate处理,确保不要重复刷新
6.上拉下拉刷新操作,加载过程中隐藏listview,显示加载界面