码迷,mamicode.com
首页 > 其他好文 > 详细

React Native环境搭建

时间:2015-04-28 09:39:09      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:ios

React Native环境搭建

by 伍雪颖

1.安装 node,watchman,flow
brew install node
brew install --HEAD watchman
brew install flow

2.安装react-native
npm install -g react-native-cli

3.初始化工程
react-native init Helloworld

4.用xcode打开Helloworld.xcodeproj,运行

大功告成!

React Native环境搭建

标签:ios

原文地址:http://blog.csdn.net/rainlesvio/article/details/45331257

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!