react-native-collapsible
react-native-collapsible copied to clipboard
Feature Request: Infinite Scrolling/Scroll Loading Support
trafficstars
Would it be possible to add similar methods to FlatList to enable infinite scrolling support? E.g., onEndReached
Thanks!
It would be great to see infinite scroll add up in the Accordion component.
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.