Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UIManagerBinding's findNodeAtPoint (#42439)
Summary: Pull Request resolved: #42439 UIManagerBinding's findNodeAtPoint assumes that UIManager::findNodeAtPoint returns non-null pointers. But, this is false! See [LayoutableShadowNode::findNodeAtPoint](https://github.com/facebook/react-native/blob/fd0ca4dd6209d79ac8c93dbffac2e3dca1caeadc/packages/react-native/ReactCommon/react/renderer/core/LayoutableShadowNode.cpp#L333-L354): https://www.internalfb.com/code/fbsource/[7169da7945c813b35cd0a4fa15e66969c90c2481]/xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/core/LayoutableShadowNode.cpp?lines=333%2C354 Changelog: [General][Fixed] Fix UIManagerBinding's findNodeAtPoint Reviewed By: cortinico, sammy-SC Differential Revision: D52909512 fbshipit-source-id: e1da112d4f8dcf4cdc037c978d84751eb8cf6695
- Loading branch information