An open API service indexing awesome lists of open source software.

https://github.com/mozzius/pagerswipe-repro


https://github.com/mozzius/pagerswipe-repro

Last synced: 10 months ago
JSON representation

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
```