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
Only cancel JS responder when activating recognizer comes from Gesture Handler (#2533)
## Description
Upon activation of a gesture recognizer, the iOS root view recognizer
would cancel JS responders so they wouldn't conflict with each other,
however this is currently done even if the activating recognizer doesn't
come from Gesture Handler which may result in different behaviors for
custom native components when used with or without Gesture Handler.
This PR adds a check to ensure the activating recognizer has an
associated gesture handler before canceling JS responders.
Fixes#2530
## Test plan
Tested on Example app and on the repro from the linked issue
0 commit comments