Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor PointerEvent emitting into its own gesture recognizer
Summary: Changelog: [iOS][Internal] - Refactor PointerEvent emitting into its own gesture recognizer In doing some exploration of a full e2e implementation of the click event I found pretty early on the necessity of addressing the pointerCancel on scroll functionality which, to implement properly without degrading the existing touch gesture handler — involves extracting all the pointer event handling code written so far into its own gesture handler so it can "fail" (when a scroll view wants to take priority) without affecting the existing touch handlers. This diff is only a refactor and doesn't add/change any new functionality. allow-large-files Reviewed By: sammy-SC Differential Revision: D43372806 fbshipit-source-id: e16f75121fd121d3f82ab43cfc6fab0629654f26
- Loading branch information