mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7fc91f17c9
This implementation differs from equivalents in React Native in the following ways: 1. A move during a press will not cancel onLongPress. 2. A move to outside the retention target will cancel the press and not reactivate when moved back within the retention target.