Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: Added back touch event handling based on reactTag
Summary: It turned out the previous attempt to rely on the Event's UIManagerType wasn't sufficient, as not all Fabric touch event had a surfaceId set on them, e.g. Modal etc. This brings back the UIManagerType detection based on reactTag, but do it only for non-rootView to keep handling touch via the right dispatcher for rootView as well. Changelog: [Fixed][Android] Bring back non-rootview touch handling based on reactTag Reviewed By: JoshuaGross, sshic Differential Revision: D37063335 fbshipit-source-id: 76e2d7ae5f00006c5ecaf50c86920ea6e85155b7
- Loading branch information