react-native-collapsible icon indicating copy to clipboard operation
react-native-collapsible copied to clipboard

Feature Request: Infinite Scrolling/Scroll Loading Support

Open zaptrem opened this issue 5 years ago • 2 comments
trafficstars

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

Thanks!

zaptrem avatar Jul 12 '20 04:07 zaptrem

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

vinod-bluebash avatar Feb 23 '21 06:02 vinod-bluebash

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.

vinod-bluebash avatar Feb 23 '21 06:02 vinod-bluebash