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 (facebook#42439)
Summary: Pull Request resolved: facebook#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 Differential Revision: D52909512 Reviewed By: cortinico, sammy-SC fbshipit-source-id: 6a05c9215ac1ad6726d00bc6db7a9a2fdb68b30d
- Loading branch information