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
## Description
Current `updateGestureConfig` function in `PanGestureHandler` assigns false value to `shouldCancelWhenOutside` pretty much all the time. This happens especially when the value passed in config is `true` - that shouldn't happen because it basically flips the logic.
## Test plan
Tested on example app
0 commit comments