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
fix(Fabric,iOS): cancel conflicting presses in modals on swipe back gesture (#2943)
## Description
Previously, when looking for `RCTSurfaceTouchHanlder` we've looked only
for `RCTSurfaceView`, however on Fabric in modal view hierarchies,
the `RCTSurfaceView` can not be reached directly when iterating
over UIKit view ancestor chain. However, we do attach
`RCTSurfaceTouchHanlder` to every `RNSModalScreen` anyway
& we can use that to dispatch / cancel appropriate events.
## Changes
:point_up:
## Test code and steps to reproduce
`Test780` should now work on Fabric
## Checklist
- [x] Included code example that can be used to test this change
- [x] Ensured that CI passes
0 commit comments