mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
700f17be67
The 'longpress' event is dispatched during a press interaction, rather than after it has ended. The 'longPressCancelsPress' prop can be used to prevent 'press' being dispatched if 'longpress' has already been dispatched.