mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3460ff5d04
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38222 Changelog: [Android] [Fixed] - W3CPointerEvents: include screen coordinates in pointer events The [spec](https://www.w3.org/TR/uievents/#idl-mouseevent) says there should be properties on mouse events (and hence pointer events) indicating the screen coordinates of the event (i.e. coords relative to screen of the device). This change adds those properties. Reviewed By: javache Differential Revision: D47162962 fbshipit-source-id: 5bb9780882459b3550bbac792b7d7cf9f5c10860