mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7ccb292540
Summary: Changelog: [iOS][Internal] - Apply pointer entering/leaving tracking to touch-initiated pointer events This diff takes the refactoring done in the previous diff in this stack and applies it to the pointer events which are converted from discrete touch events. In addition this adds a check when an ActiveTouch is created to see if the pointer in question was hovering before the touch started or not, which is stored and leveraged once the touch is lifted to determine if we should treat the pointer as leaving the screen entirely or not. Reviewed By: lunaleaps Differential Revision: D38762330 fbshipit-source-id: 08452783e01bf5944c57b94a292805b2d69d4384