Open zaptrem opened 4 years ago
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.
Would it be possible to add similar methods to FlatList to enable infinite scrolling support? E.g., onEndReached
Thanks!