mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +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.