JedWatson / react-hammerjs

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

README: make 'direction' property explanation more clear. #71

Closed hepiyellow closed 6 years ago

hepiyellow commented 7 years ago

I separated the supported direction value to these: 'DIRECTION_ALL' | 'DIRECTION_HORIZONTAL' | 'DIRECTION_VERTICAL'

and put the rest as "might be supported" since I didn't find them in the react-hammerjs code. If you can confirm that they really work, then I should put them all in one list.

JedWatson commented 6 years ago

Thanks @hepiyellow