Results 3 comments of Jolyon Russ

It looks like this isn't compatible with React 0.14.X I resolved by using `TestUtils.renderIntoDocument` and `ReactDOM.findDOMNode` to get the React component and DOM element.

React-Tappable seems to be solving a specific problem, where as React-Hammer is a React wrapper for the very popular and more fully featured input event management library http://hammerjs.github.io/ If you...