zachgibson / react-native-parallax-swiper

Paged Parallax Swiper with Effects
MIT License
623 stars 76 forks source link

ScrollToIndex does not call onMomentumScrollEnd #22

Closed gabgagnon closed 6 years ago

gabgagnon commented 6 years ago

By reading the definition of those props, Should ScrollToIndex calls onMomentumScrollEnd when the automatic scroll is over?

Thanks you

zachgibson commented 6 years ago

Yes, onMomentumScrollEnd occurs as the ScrollView glides to a stop, and scrollToIndex just scrolls the ScrollView for you.

abhi06991 commented 6 years ago

Once onMomentumScrollEnd is fired, I want to fetch more datas and add it to the list. Is this possible ? If its possible, will the entire component re-render? How will be the performance?

zachgibson commented 6 years ago

@abhi06991 Not sure, this component just abstracts React Native’s ScrollView component. Also using FlatList is on the roadmap which will improve long lists.

mohity777 commented 3 years ago

Any solution ?? I am using react native flatlist and this is happening to me.