mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d5f40a9153
Summary: Changelog: [iOS][Internal] - Get the "move across" pointer event test passing on iOS After implementing the "MoveAcross" pointer event test it indicated that the implementation, at least on iOS, was firing the events in an incorrect order. Extrapolating from the test's expectations all the events related to entering/leaving/ect. should fire before the down/move/up instead of placing those down/move/up/ect. between the leave and enter events. Reviewed By: lunaleaps Differential Revision: D39221372 fbshipit-source-id: 31b7292e524a9ec9d998e658b7d0ef3ebc825d68