React Native IOS ---基礎環境搭建(前端架構師)

React Native -IOS 開發環境搭建

web架構(基礎)

安裝依賴

* 
必須安裝的依賴有:Node、Watchman 和 React Native 命令行工具以及 Xcode。

npm 鏡像

npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

Yarn、React Native 的命令行工具(react-native-cli)

npm install -g yarn react-native-cli
* param: -g : 表示全局安裝使用

yarn 鏡像

yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

建立項目

react-native init AwesomeProject

運行項目

cd AwesomeProject
react-native run-ios

tips

這樣啓動極可能遇到問題,我遇到的問題是 IOS 模擬器啓動了,可是未啓動,須要對照xcode commandline tool ,

解決辦法

npm install
     根據提示,會讓你安裝對應的 xcode command line.
     而後編譯項目,在啓動便可。

Hot reloading

熱加載,在編輯的時候就可看出,改變。

調試自動刷新html

React Native 官網文檔react

部署打包

IOS  上還須要申請,暫時沒有作,應爲要RMB。
相關文章
相關標籤/搜索