https://github.com/mozzius/pagerswipe-repro
https://github.com/mozzius/pagerswipe-repro
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mozzius/pagerswipe-repro
- Owner: mozzius
- Created: 2025-06-25T09:26:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T09:30:52.000Z (11 months ago)
- Last Synced: 2025-08-07T01:26:32.507Z (10 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pager view back swipe issue reproduction
Run the app and see that the back swipe gesture is not working as expected on iOS.
`react-native-pager-view` is set to `6.8.1`. Change to `6.8.0` and see that the back swipe gesture works fine.
How to run:
```
pnpm i
pnpm prebuild
pnpm ios
```