Tim Roberts

Results 2 comments of Tim Roberts

> That way, the plugin only cleans up the static folder and not the dist folder where index.html lives. Ran into the same issue as describe above and the solution...

[Here](https://github.com/JedWatson/react-hammerjs/blob/master/src/Hammer.js#L22-L46) is a list of what seems to be all of the methods exposed and it does not look like `onPinchMove` is a valid choice. What are you trying to...