zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

React-Tap-Event Plugin Supported React:16.2.0 #114

Open totakurasivanaga opened 6 years ago

totakurasivanaga commented 6 years ago

Am using react-image-viewer plugin,in that plug in react-tap-event plugin file is generated,previously it is working for React 15 version only,but in my case i want to use React 16.2.0 Version.

as per suggestions react-tap-event-plugin@2.0.1, in that package's file i changed react version 16 to 15.0.0 Without changing the main package.json file

it Working now for me.

Can you have a look please