I have a react native project which was built using react-native@0.46. This has react@16.0.0-alpha.12 as a dependency. redux-ui should be including this under peerDependencies in package.json and should allow for a wider range of react versions so that the module will just use the canonical version being used by the dependant project. I get this error otherwise:
I have a react native project which was built using
react-native@0.46
. This hasreact@16.0.0-alpha.12
as a dependency. redux-ui should be including this under peerDependencies in package.json and should allow for a wider range of react versions so that the module will just use the canonical version being used by the dependant project. I get this error otherwise:https://facebook.github.io/react/warnings/refs-must-have-owner.html