JedWatson / react-hammerjs

ReactJS / HammerJS integration. Support touch events in your React app.
MIT License
937 stars 129 forks source link

README not clear about direction prop #65

Open hepiyellow opened 7 years ago

hepiyellow commented 7 years ago

It is not clear that direction props should be a string of value: DIRECTION_VERTICAL or DIRECTION_HORIZONTAL or etc...

wmertens commented 7 years ago

Best bet is to make a PR with better wording, Jed is a busy man…

JedWatson commented 7 years ago

Yes please, PR fixing that would be very welcome

ZakKa89 commented 7 years ago

Thanks was looking for this, but how to combine with onSwipe?, for example if you want a different swipe trigger a different action.