You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there isn't. @manicantic opened a #47 to allow passing arbitrary arguments to ScrollView, so you could hook into the scroll event and implement it manually. However, keep in mind that it might be slow if you create many objects since unlike the FlatList, ScrollView does not optimize content to render only the visible objects.
is there a way on having event on reach end scroll like currently having in flatlist?
The text was updated successfully, but these errors were encountered: