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

rn初体验

时间:2018-03-04 10:36:49      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:roi   first   android   install   找不到   nat   blog   react   pos   

react-native
需要的工具
1.nodejs
2.rn cli
3.xcode and as
----------------

打开终端,切换到根路径(mac中修改npm的默认安装来源)

一、open .npmrc(会提示找不到该文件,没关系)

二、npm config set registry https://registry.npm.taobao.org

三、再次跳到步骤一,就能看到npmrc文件中已经设置好了registry


---------------

1.安装nodejs 
brew install node

2.完成后输入
node -v
npm -v

3.安装rn cli
npm install -g react-native-cli

4.初始化第一个项目
react-native init firstApp


5.切换到项目根目录,运行 ios,android
react-native run-ios ,react-native run-android


as先安装安卓sdk

=========

体验不是很好。。。。

rn初体验

标签:roi   first   android   install   找不到   nat   blog   react   pos   

原文地址:https://www.cnblogs.com/norm/p/8503720.html

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