pedronauck / docz-plugin-react-native

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

Add react-dom as a dependency #3

Open 0xpatrickdev opened 6 years ago

0xpatrickdev commented 6 years ago

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 react-dom should be managed as a separate dependency, we should at least update this error message and document the dependency in the README.md:

image

I don't think react-dom/unstable-native-dependencies can be installed separately, I believe it's just a submodule of react-dom