1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
Go to file
2016-04-08 14:51:41 +08:00
android bugfix: 从安装包首次更新后即回滚处理有问题 2016-04-05 23:11:28 +08:00
docs Update guide.md 2016-04-08 14:51:41 +08:00
Example/testHotUpdate bug fixed 2016-04-06 09:42:34 +08:00
ios bug fixed 2016-04-06 13:58:20 +08:00
lib bug fixed 2016-04-06 10:01:10 +08:00
local-cli Bugfix: intermedia doesn't clear up between bundles. 2016-04-06 13:34:52 +08:00
react-native-pushy-cli bugfix for cli 2016-04-02 14:35:01 +08:00
.eslintrc working 2016-02-23 00:36:23 +08:00
.gitignore iOS bspatch update 2016-04-05 15:25:45 +08:00
.npmignore add npmignore for Example 2016-04-06 14:20:21 +08:00
index.js bugfixes 2016-04-04 23:02:28 +08:00
LICENSE bugfixes 2016-04-05 15:36:05 +08:00
package.json Bugfix: intermedia doesn't clear up between bundles. 2016-04-06 13:34:52 +08:00
README.md add document 2016-04-05 20:07:23 +08:00

react-native-update

本组件是面向React Native提供热更新功能的组件建议结合Update服务使用。

优势

  1. 命令行工具&网页双端管理版本发布过程简单便捷完全可以集成CI。
  2. 基于bsdiff算法创建的超小更新包通常版本迭代后在1-10KB之间避免数百KB的流量消耗。
  3. 支持崩溃回滚,安全可靠。
  4. meta信息及开放API提供更高扩展性。

安装与快速入门

请查阅

命令行工具

请查阅文档-命令行工具

API接口

请查阅文档-API接口

关于我们

本组件由React Native 中文网独家发布,如有定制需求可以联系我们

关于此插件发现任何问题,可以前往Issues或者中文社区发帖提问。