callstack / callstack/react-native-pager-view
[iOS] `react-native-screens` v4.19.0 breaks the global back swipe gesture on pager views
- Dominant language
- TypeScript
- Stars
- 3.4k
- Forks
- 476
- Avg merge
- 10d 21h
- Merged PRs (30d)
- 2
Description
## Environment
- iOS 26
- `react-native-screens` v4.19.0
- 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: https://github.com/software-mansion/react-native-screens/issues/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 https://github.com/software-mansion/react-native-screens/pull/3420
https://github.com/user-attachments/assets/ce30f406-2dd0-4f88-8b53-d1a13f85917d
**Expected behaviour:** I am able to swipe back to the previous screen.
This is exactly the same problem as I have with https://github.com/callstack/react-native-pager-view/issues/1006, except now it's happening on all versions
## Reproducible Demo
https://github.com/mozzius/pagerswipe-repro
Contributor guide
Assessment
This issue has not been assessed yet.