bmcmahen / react-gesture-responder

a gesture responder system for your react application

Home Page:http://react-gesture-responder.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include initial direction in state

bmcmahen opened this issue · comments

I feel like I implement this in most components to determine if it's a horizontal or vertical gesture... not from one movement to the next, but initiated as such. So touch-start -> touch-move.