-
Notifications
You must be signed in to change notification settings - Fork 424
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
after upgrade from version 5.4.25 to 6.6.1 the viewPager blocked the scroll of parent flatList in ios #948
Comments
I got the same issue |
Encountered similar issue with scroll. had to downgrde to 6.1.4: |
See #722 |
Running into the same issue. PagerView inside of a ScrollView consumes all vertical scrolling gestures/events. Even when setting PagerView to
Even if i disable ViewPager
It still will not let the ScrollView get any vertical touch gestures. I tried downgrading to 6.1.4 and it won't compile with react 0.76. Please help!! |
I see you tried 6.1.4 with 0.76 |
I also tried 7.0.0-rc.0 suggested in another post. Both give me xcode compile errors on 0.76.5 /ios/Pods/Headers/Public/RCT-Folly/folly/Optional.h:667:10 'folly/experimental/coro/Coroutine.h' file not found what I don't get is that there appears to be a fix by someone in 2023 and it was just never pulled in? This github has several recent issues with this exact problem. #734 claims to fix it and the comments suggest that it does. I've never had to manually patch something before. I assume if I ever need to rebuild my node_modules from scratch that I have to reapply this fix each time? Update: just tried to apply the patch but the code has changed so much since then it doesn't compile anymore. What a disaster. |
Environment
react-native 0.75
viewPager 6.6.1
ios 17.5
Description
i have flatlist and i render in header the viewPager.
when i use version 5.4.25 everything worked prefect in ios and android i can scroll the flatlist up and down from any where.
but after upgrade to version 6.6.1 the viewPager worked but i cant scroll the flatlist up or down from viewPager header.
is happen only in ios and i think is related to element UIPageViewController in ios.
Reproducible Demo
The text was updated successfully, but these errors were encountered: