react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Add hit slop support

Open EvanBacon opened this issue 5 years ago • 1 comments

Doesn't seem like hammer.js supports this by default so it'll probably all need to be custom.

EvanBacon avatar Jan 15 '20 05:01 EvanBacon

Hit slop support was added in 2.6.1

Note that this change is available in new web implementation. To enable it, call enableExperimentalWebImplementation() in the root of your project.

m-bert avatar Sep 21 '22 11:09 m-bert

I'll close the issue since the new web implementation is enabled by default starting with 2.10.0.

j-piasecki avatar May 17 '23 10:05 j-piasecki