react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Pan gesture always runs simultaneously with the PagerView

Open j-piasecki opened this issue 1 year ago • 0 comments

Description

It looks like the pan gesture is not canceled when the RootViewGestureHandler activates, because it's already in the active state. I'm not sure whether it should be active at this point, or should be canceled despite being active.

Steps to reproduce

  1. When on the first page, the drawer never opens
  2. When on the second page, the drawer always opens simultaneously with the page switching to the first one

Snack or a link to a repository

https://github.com/lukmccall/ghandpager

Gesture Handler version

2.16.0

React Native version

0.73.6

Platforms

Android

JavaScript runtime

Hermes

Workflow

Expo bare workflow

Architecture

Paper (Old Architecture)

Build type

Debug mode

Device

Android emulator

Device model

No response

Acknowledgements

Yes

j-piasecki avatar Apr 18 '24 08:04 j-piasecki