JedWatson / react-hammerjs

ReactJS / HammerJS integration. Support touch events in your React app.
MIT License
937 stars 128 forks source link

Cannot be installed in React Native v0.44 #72

Open jaredmharris opened 7 years ago

jaredmharris commented 7 years ago

I'm porting a React project to React Native v0.44 It says it cannot install the hammerjs dependency because the cap major version it allows is 15.x, however React Native 0.44 uses React 16.0.0-alpha.6. Do we know when 16 will be supported by hammerjs?

jaredmharris commented 7 years ago

Seeing this in package.json, can we include 16?


    "react": "^0.14.3 || ^15.0.0"
  },```