您的位置:首页 > Web前端 > React

React Native入门学习笔记二(环境搭建Mac+ios)

2016-06-22 20:53 525 查看

React Native入门二 环境搭建Mac+iOS

安装

参考网站:

http://facebook.github.io/react-native/docs/getting-started.html

这是中文:

http://reactnative.cn/docs/0.27/getting-started.html

Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"[/code] 

Nodejs

brew install node


react-native-cli

npm install -g react-native-cli


XCode

推荐安装的工具

watchman

brew install watchman


flow

brew install flow


Nuclide

测试

react-native init AwesomeProject
cd AwesomeProject
react-native run-iso


修改项目

打开index.ios.js 修改,在iOS 模拟器里案件:⌘-R,查看修改结果。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: