PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
829 stars 160 forks source link

List becomes lazy #234

Open waheedakhtar694 opened 2 years ago

waheedakhtar694 commented 2 years ago

I have implemented infinite scroll in my list which fetch the more items while reaching on the end and after 70 or 80 items list start flickering and animation become too laggy.

waheedakhtar694 commented 2 years ago

@andreialecu any suggestion?

anhquan291 commented 2 years ago

Hi @waheedakhtar694 , I'm also trying to implement infinite scroll in but the event onMomentumScrollBegin never fires. Please help. Thank you so much