-
Notifications
You must be signed in to change notification settings - Fork 429
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
Comments
+1 |
+2 |
+3 |
+4 |
+5 |
This might help until a proper fix is implemented: #848 (comment) |
This helped me fixing the issue: #955 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: