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
Any react-native-pager-view version (tested 6.8.0, 6.8.1, 8.0.0)
Description
I have filed the same issue with react-native-screens here: software-mansion/react-native-screens#3512
Since this is an issue with the interaction between these two libraries, I thought it was worth opening one here too.
After upgrading to react-native-screens v4.19.0, the global back gesture does not work if it's on top of a pager view. I would speculate it's due to software-mansion/react-native-screens#3420
Environment
react-native-screensv4.19.0react-native-pager-viewversion (tested 6.8.0, 6.8.1, 8.0.0)Description
I have filed the same issue with
react-native-screenshere: software-mansion/react-native-screens#3512Since this is an issue with the interaction between these two libraries, I thought it was worth opening one here too.
After upgrading to
react-native-screensv4.19.0, the global back gesture does not work if it's on top of a pager view. I would speculate it's due to software-mansion/react-native-screens#3420Screen.Recording.2026-01-01.at.21.19.54_compressed.mp4
Expected behaviour: I am able to swipe back to the previous screen.
This is exactly the same problem as I have with #1006, except now it's happening on all versions
Reproducible Demo
https://github.com/mozzius/pagerswipe-repro