* 必須安裝的依賴有:Node、Watchman 和 React Native 命令行工具以及 Xcode。
npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --global
npm install -g yarn react-native-cli * param: -g : 表示全局安裝使用
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
這樣啓動極可能遇到問題,我遇到的問題是 IOS 模擬器啓動了,可是未啓動,須要對照xcode commandline tool ,
npm install 根據提示,會讓你安裝對應的 xcode command line. 而後編譯項目,在啓動便可。
熱加載,在編輯的時候就可看出,改變。
調試自動刷新html
React Native 官網文檔react
IOS 上還須要申請,暫時沒有作,應爲要RMB。