mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5d6e73d0eb
Summary: Initially, we used to mount nodes to Views anytime a node was clicked. This was not useful, since we could still not handle touch when a touch event was already dispatched. Later, a fix was pushed that supported handling touch events for non-View NodeRegions. Part of the intention was to remove this code, but it was forgotten. Reviewed By: sriramramani Differential Revision: D3160532