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

PagerView consumes all vertical scroll gestures when inside ScrollView #956

Open
FlashGameDev opened this issue Jan 8, 2025 · 0 comments

Comments

@FlashGameDev
Copy link

Environment

React Native 0.76.5
React Native Pager View 6.4 - 6.6.1
iOS
xcode 16

Description

PagerView consumes all vertical touch gestures/events when inside of a scrollable container such as a ScrollView. I have tried everything suggested here and nothing works. I can't revert back to 6.1.4 to when this apparently use to not be broken because xcode wont compile with the older versions. This seems to have been broken for over a year now, with someone even committing a fix #734 but I guess it never got merged in. You can't apply that fix to 6.6.1 because the code has changed too much since then, I tried that too.

Reproducible Demo

Put a PagerView inside of a ScrollView, try to vertically scroll the ScrollView when touching the PagerView. It will not work.

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

1 participant