brew install node
brew install watchman
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --glob
npm install -g yarn react-native-cli
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

https://reactnative.cn/docs/getting-started/

http://reactnative.cn/docs/integration-with-existing-apps/

https://www.cnblogs.com/xiaoyouPrince/p/6668533.html(此处的index.ios.js在高版本应该为index.js)

https://www.aliyun.com/jiaocheng/35793.html  发布操作

http://www.cocoachina.com/ios/20170511/19250.html

https://www.jianshu.com/p/5bdce8da4d88 iOS打包操作

导出js bundle的命令

在React Native项目的根目录下执行:

1
react-native bundle --entry-file index.ios.js --platform ios --dev false --bundle-output release_ios/main.jsbundle --assets-dest release_ios/

创建文件:touch filePath

创建文件夹:mkdir fileDirPath

最新文章

  1. UVa2326
  2. 反编译android的apk
  3. POJ 2528 Mayor's posters
  4. ext.net与extjs的关系
  5. ASP.NET MVC 介绍
  6. what a fuck postgre update sql
  7. SpringMvc:视图和视图解析器
  8. struts2,实现Ajax异步通信
  9. 【技术贴】解决bug mantisbt APPLICATION ERROR #1502 没有找到类别
  10. 一步一步制作yaffs/yaffs2根文件系统(四)---构建etc、dev等剩余目录
  11. iis7.5 aspx,ashx的mime类型
  12. JavaScript 判断是否为undefined
  13. 乐在其中设计模式(C#) - 中介者模式(Mediator Pattern)
  14. TOGAF架构开发方法(ADM)之迁移规划阶段
  15. use ContourPlot-使用ContourPlot
  16. select下拉框
  17. kobo阅读器安装koreader
  18. Flutter之CustomView
  19. 关于jfinal发送邮件走过的坑
  20. windows安装composer

热门文章

  1. struts2:表单标签续(datetimepicker标签)
  2. 物联网架构成长之路(13)-SpringBoot入门
  3. 判断一棵二叉树是否为AVL树
  4. python(60):configparser 函数,配置文件
  5. tensorflow笔记6:tf.nn.dynamic_rnn 和 bidirectional_dynamic_rnn:的输出,output和state,以及如何作为decoder 的输入
  6. (转)Linux服务器磁盘空间占满问题
  7. 【emWin】例程十二:FontCvt生成字库
  8. <王川自选集第一卷电子书 >读书笔记
  9. R语言系列:生成数据
  10. (实用)pip源