參考文章:https://reactnative.cn/docs/getting-started.htmlhtml
環境搭建(略,見參考文章)node
建立並運行項目 react
react-native-cli init HelloWorld
react-native run-ios //失敗
使用xcode打開項目,手動run報錯。ios
0.45 及以上版本須要下載 boost 等幾個第三方庫。npm
查看當前項目的版本:react-native
cd HelloWorld react-native -v
結果是xcode
react-native-cli: 2.0.1 react-native: 0.58.6
下載boost第三方庫,地址:https://pan.baidu.com/s/1kVDUAZ9spa
cd ~/.rncache #文件夾不存在則手動建立
cp ~/Downloads/boost_1_63_0.tar.gz ~/.rncache #從新編譯 cd HelloWorld rm -fr ./node_modules npm install #運行 react-native run-ios