stardust66 / react-longpressable

Long-press component for React, with pointer events.
MIT License
10 stars 6 forks source link

(feature) transfer pointerUp event to onShortPress #12

Closed younes0 closed 4 years ago

younes0 commented 4 years ago

in my case, I need to catch the event on short press to get the tap's screen position

stardust66 commented 4 years ago

Looks good! This will be useful for other people too. I'll add a symmetric behavior to onLongPress as well and then publish this.

younes0 commented 4 years ago

thank you!

stardust66 commented 4 years ago

@younes0 Just published your change to npm!