oblador / react-native-collapsible

Animated collapsible component for React Native, good for accordions, toggles etc
MIT License
2.43k stars 453 forks source link

Feature Request: Infinite Scrolling/Scroll Loading Support #359

Open zaptrem opened 4 years ago

zaptrem commented 4 years ago

Would it be possible to add similar methods to FlatList to enable infinite scrolling support? E.g., onEndReached

Thanks!

vinod-bluebash commented 3 years ago

It would be great to see infinite scroll add up in the Accordion component.

vinod-bluebash commented 3 years ago

As a workaround it would be great to use Scrollview's onScroll event as in https://stackoverflow.com/questions/41056761/detect-scrollview-has-reached-the-end for now.