This plugin does not work with React 16.5.0 (and the example uses 16.5.0)
React DOM 16.5 changed an unstable API that react-native-web depends upon. Namely, EventPluginHub was removed (see #1096 & #506dba9). This was addressed in 16.5.1, and react-native-web 0.9.0.
I am updating this to include the latest version of react-native-web, 0.9.6.
This plugin does not work with React 16.5.0 (and the example uses 16.5.0)
React DOM 16.5 changed an unstable API that
react-native-web
depends upon. Namely,EventPluginHub
was removed (see #1096 & #506dba9). This was addressed in 16.5.1, and react-native-web 0.9.0.I am updating this to include the latest version of
react-native-web
, 0.9.6.