You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: