Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having event on reach end scroll #43

Open
cwb-mike opened this issue May 3, 2019 · 1 comment
Open

having event on reach end scroll #43

cwb-mike opened this issue May 3, 2019 · 1 comment

Comments

@cwb-mike
Copy link

cwb-mike commented May 3, 2019

is there a way on having event on reach end scroll like currently having in flatlist?

@srolija
Copy link
Collaborator

srolija commented Jun 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants