Commit 700d320
fix hit test for components using legacy module interop (#54802)
Summary:
This fixes hit tests in view using legacy module interop since the interop adds another view surrounding the actual view it needs to delegate the hit test to the actual component it wraps
## Changelog:
[IOS] [FIXED] - Fix legacy module interop not handling hitTest correctly
Pull Request resolved: #54802
Reviewed By: cortinico
Differential Revision: D88630976
Pulled By: cipolleschi
fbshipit-source-id: 85ce2b4e4244b05c19942208fdfb6a65d91e2f381 parent dd1f83e commit 700d320
1 file changed
Lines changed: 11 additions & 0 deletions
File tree
- packages/react-native/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
290 | 301 | | |
0 commit comments