pedronauck / docz-plugin-react-native

Plugin that allow you to use React Native with docz
21 stars 5 forks source link

update react-native-web dependency #2

Open 0xpatrickdev opened 6 years ago

0xpatrickdev commented 6 years ago

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.