mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a5e951d4cc
Introduces a state machine around pointer events to produce more accurate mock touch events. This allows multi-touch unit tests to be written entirely in terms of mock pointer interactions, while producing the expected 'changedTouches', 'targetTouches', and 'touches' fields for mock touch events.
react-interactions
This package is experimental. It is intended for use with the experimental React flags for internal testing.