mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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.