我基本上想要通過[email protected]和[email protected]來初始化react-native項目,因爲依賴性問題。然而反應本地命令只允許我指定反應原生版本:react-native init指定反應版本和react-native版本
react-native init sample --version [email protected]
該命令沒有作品:
react-native init diskful --version [email protected] --version [email protected]
這也:
react-native init diskful --version [email protected] [email protected]
而這一點,也:
react-native init diskful --version [email protected] [email protected]
全局安裝[email protected]或[email protected]不會影響。 請有人幫助我!
你能不能給我一個提醒上是最穩定的版本的反應和反應 - 本機現在:)謝謝 –
@ user2732952反應本機版本是0.44和反應 - 16.0.0-alpha.6。 [email protected]由於xcode 8.3.2,iOS項目存在一些構建問題。試用0.46或0.44。它會正常工作。 – Balasubramanian
完全謝謝你,我無法向上箭頭你的帖子 –