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

more reliable event handling between pan gesture and FlatList #469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

outaTiME
Copy link

According to the issue reported in #467, this fix improves (at least in my case) the propagation of the events between the pan gesture and the FlatList scroll event, avoiding in fast panning the cancelation of the pan gesture in favor of the FlatList scroll event.
In addition, there are cases where visual gaps occur on the first scroll (mostly if it is fast), so the reset call on the onBegin should be added.

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.

1 participant