docz-plugin-react-native icon indicating copy to clipboard operation
docz-plugin-react-native copied to clipboard

Plugin that allow you to use React Native with docz

Results 3 docz-plugin-react-native issues
Sort by recently updated
recently updated
newest added

When using docz with react-native, I don't think we should force people to install `react-dom` separately. This PR includes `react-dom`, similar to how `react-art` is included. If the maintainers feel...

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](https://github.com/necolas/react-native-web/issues/1096)...

Trying to run example folder, following the instructions from readme, but got this error ![image](https://user-images.githubusercontent.com/440220/45463577-26d31800-b6e3-11e8-8bce-deca1782412f.png)

bug