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

ReactJS / HammerJS integration. Support touch events in your React app.

Results 49 react-hammerjs issues
Sort by recently updated
recently updated
newest added

`"esModuleInterop": true,` is enabled in my tsconfig ![image](https://github.com/JedWatson/react-hammerjs/assets/76092296/7e9c7191-e057-4341-889c-e2fb56e96eb1) ![image](https://github.com/JedWatson/react-hammerjs/assets/76092296/04830ac5-1cff-48a4-8552-eeafc5b192ba) in development it is working file but after i build the application it gives this reference error please help! @JedWatson

I tried to install the package on my project, then I got this: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR!...

I've installed the react-hammerjs lib on my react project and i got this below error, please help me resolve this issue. ` Error in /turbo_modules/[email protected]/src/Hammer.js (30:3) React.PropTypes is undefined `

The documentation does not make it clear, how to configure hammerjs, like ```javascript /* common hammerjs customization */ delete Hammer.defaults.cssProps.userSelect; // restore text highlight on desktop Hammer.defaults.inputClass = Hammer.TouchInput; //...

The `ref` callback is not called in children elements inside a `` tag. This did not happen 2 years ago (using older versions of React and react-hammerjs). It seems that...

Was using... ``` "react-dom": "^15.4.1", "react-hammerjs": "^0.5.0", ``` ...and there was no issue. Now I'm using.. ``` "react-dom": "^16.1.0", "react-hammerjs": "^1.0.1", ``` ...and suddenly all children nodes to Hammer are...

I want to use `react-hammerjs` in my app using a dynamic import. However, Hammer.js is throwing an error (not possible to load from undefined). Any tip?

I would like to use react-hammerjs in my typescript project, but it doesn't have any type definitions. It would be great if this project included one (either in the repo...