sophister / react-native-pull-to-refresh-custom

Custom pull to refresh Header supporting for React Native ScrollView/FlatList
97 stars 23 forks source link

onScroll回调 #2

Closed songxiaoliang closed 5 years ago

songxiaoliang commented 5 years ago

如果在外部FlatList需要使用onScroll回调来处理一些业务逻辑,例如,根据滑动使其他UI发生渐变等等. 由于PullToRefresh内部在创建element时,覆盖了onScroll, 导致外部无效.