react-native-hammerjs icon indicating copy to clipboard operation
react-native-hammerjs copied to clipboard

A port of HammerJS for React Native. HammerJS is a javascript library for multi-touch gestures.

Results 2 react-native-hammerjs issues
Sort by recently updated
recently updated
newest added

In the example of pan, the image trembles if I move the touch point slowly. It appears only on my iPod.

On implementation the `return connectEventHandlers(` is throwing an error. Any idea why? This is for Android... Using the following setups: ``` "dependencies": { "react": "15.4.1", "react-native": "0.38.0", "react-native-hammerjs": "^2.0.9", "react-native-svg":...

bug