Open mperkh opened 7 years ago
You can add hammerjs
dependency to your project like: npm i hammerjs
.
Then just import Hammer
from hammerjs
and you will have the possibility to modify some default settings like: Hammer.defaults.inputClass = Hammer.TouchInput;
The documentation does not make it clear, how to configure hammerjs, like
How is it possible to to use react-hammerjs using this hammerjs config? Using
options={{inputClass: 'Hammer.TouchInput'}}
, as the documentation might suggest didn't work.