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
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