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

Add onEndReached functionality similar to FlatList. #107

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

AndrewSouthpaw
Copy link

Add functionality for onEndReached and onEndReachedThreshold similar to FlatList behavior.

@AndrewSouthpaw AndrewSouthpaw force-pushed the master branch 2 times, most recently from b174260 to 58b3dd3 Compare April 4, 2020 00:17
Somehow the context is getting dropped *some of the time*, so that
`this` becomes undefined inside `onResponderGrant`. Binding the
methods to the instance fixes the issue.

It's unclear how it's only happening some of the time -- usually
binding issues will become immediate apparent with React -- so my
best guess is there's some detail inside the React Native system
where the context can be dropped.
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

Successfully merging this pull request may close these issues.

2 participants