-
Notifications
You must be signed in to change notification settings - Fork 273
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
onEndReached on a FlatList is not being triggered anymore after a fireEvent.scroll #1549
Comments
@mdjastrzebski let me know how this can be fixed and I'd raise a PR, I wanna start somewhere 😅 |
@vanGalilea similar issue has been already solved. See issue #1540 for details and PR #1543 for fix (released in v12.4.2) |
Note, we might need to update the doc you linked to. |
I'll raise a PR to update the docs 👍🏻 |
@mdjastrzebski I see that you removed the Though I still haven't find a way testing whether |
@vanGalilea you can try calling |
Describe the bug
onEndReached
on aFlatList
is not being triggered anymore after afireEvent.scroll
Expected behavior
onEndReached
is called the way it used to work beforeSteps to Reproduce
Follow this example from the docs.
My test was something along the lines of:
Screenshots
N/A
Versions
Side Note
0.72.4
to0.73.1
so I'm suspecting its incompatible with RN's new version.onScroll
is being called after afireEvent.scroll
in contrary toonEndReached
The text was updated successfully, but these errors were encountered: