1.使用react-native-sglistview、react-native-gifted-listview
2.設置removeClippedSubviews 為true,子類需要添加樣式overflow:'hidden'
3.設置拖動速率 decelerationRate
4.dataSource里的數(shù)組個數(shù)做限制,做分頁處理,10~15一頁
5.在sholudComponentUpdate處理,確保不要重復刷新
6.上拉下拉刷新操作,加載過程中隱藏listview,顯示加載界面