我基本上想要使用react@15.6.0和react-native@0.45.0初始化一个react-native项目,因为依赖性问题.但是react-native命令只允许我指定react-native版本:
react-native init sample --version react-native@0.45.0
此命令不起作用:
react-native init diskful --version react-native@0.45.0 --version react@15.6.0
这个也是:
react-native init diskful --version react-native@0.45.0 react@15.6.0
这也是:
react-native init diskful --version react@15.6.0 react-native@0.45.0
全球安装react@15.6.0或react-native@0.45.0不影响.
拜托,有人帮帮我!
创建一个项目:
原文链接:https://www.f2er.com/react/300670.htmlreact-native init MyNewApp --version 0.45.0
如果你想改变版本,那么试试这个:
npm install --save react-native@0.44.0 npm install --save react@16.0.0-alpha.6