mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
74f567ba3c
Summary: We are going to be switching event target and current target from being a reactTag to being a host instance. This doesn't actually change what the actual type of this key is, but is split out like this to make diffs smaller and easier to review. Actual behavior changes will be coming and tested in a future diff. These are the only callsites I found that use `currentTarget` outside of the React renderers. Changelog: [Internal] Reviewed By: zackargyle, yungsters Differential Revision: D18382470 fbshipit-source-id: 23add5498b38dc109b154479826f701c8a1920b9