react-native
需要的工具
.nodejs
.rn cli
.xcode and as
---------------- 打开终端,切换到根路径(mac中修改npm的默认安装来源) 一、open .npmrc(会提示找不到该文件,没关系) 二、npm config set registry https://registry.npm.taobao.org 三、再次跳到步骤一,就能看到npmrc文件中已经设置好了registry --------------- .安装nodejs
brew install node .完成后输入
node -v
npm -v .安装rn cli
npm install -g react-native-cli .初始化第一个项目
react-native init firstApp .切换到项目根目录,运行 ios,android
react-native run-ios ,react-native run-android as先安装安卓sdk =========

体验不是很好。。。。

最新文章

  1. js中列表控件排序箭头,在wke中不支持的解决办法
  2. LDAP 中 CN, OU, DC 的含义
  3. 几个简单的html+css+js题目
  4. [SAP ABAP开发技术总结]增强Enhancement
  5. 【LA3942-Remember the word 】Trie
  6. angularJS之$apply()方法
  7. ehcache版本冲突
  8. OC11_自动释放池
  9. 数据类型的转换String
  10. JSON序列化选项
  11. QTableWidget class
  12. Windows Server 2012 任务管理器“性能”Tab页显示磁盘信息
  13. pycharm fiddler requests.exceptions.SSLError
  14. Ubuntu登录系统失败的解决方案
  15. [label][git-commands] Several Git Commands
  16. React setState更新数组中的某个元素Element item
  17. 【java】服务器端获取用户访问的URL/用户IP/PC还是移动端
  18. ibatais.net 连接 mysql 最全配置写法
  19. ACM_统计字符串
  20. CentOS7将firewall切换为iptables防火墙

热门文章

  1. 175. Invert Binary Tree【LintCode by java】
  2. 【转】Haml 这货是啥? 附参考
  3. Android开发-API指南-<supports-screens>
  4. Grid 网格布局
  5. javaScript中两个等于号和三个等于号之间的区别
  6. java多线程三之线程协作与通信实例
  7. UML建模语言入门 -- 静态图详解 类图 对象图 包图 静态图建模实战
  8. lintcode-184-最大数
  9. 敏捷冲刺DAY3
  10. c#中语句的先后顺序对结果的影响