gameboyVito / react-native-ultimate-listview

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.
https://www.npmjs.com/package/react-native-ultimate-listview
MIT License
540 stars 87 forks source link

iOS上拉加载的时候,再上拉,反复上拉,会导致demo里面page=10的条件失效,没仔细看源码,感觉是每次上拉,都会触发onFetch事件 #34

Open happyliuzh opened 6 years ago

happyliuzh commented 6 years ago

image

sxlvalue commented 6 years ago

请检查一下是否嵌套在scrollview里面了,把外层的ScrollView去掉就可以了