Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'[skip ci] [RN][C++] 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 Reviewed By: cortinico, sammy-SC Differential Revision: D52909512 fbshipit-source-id: c8d53f8f417262a974ad1f36ea783bb3837108f2
- Loading branch information