1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 09:01:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update guide

This commit is contained in:
sunnylqm
2019-09-05 18:50:03 +08:00
parent 0eaf27aea9
commit 7e11356cb9
2 changed files with 18 additions and 25 deletions

View File

@@ -2,18 +2,6 @@
本组件是面向 React Native 提供热更新功能的组件,建议结合[Update 服务](https://update.reactnative.cn/)使用。
### 版本
因为 React Native 不同版本代码结构不同,因而请按下面表格对号入座:
| React Native 版本 | react-native-update 版本 |
| ----------------- | ------------------------ |
| 0.26 及以下 | 1.0.x |
| 0.27 - 0.28 | 2.x |
| 0.29 - 0.33 | 3.x |
| 0.34 - 0.45 | 4.x |
| 0.46 及以上 | 5.x |
### 优势
1. 命令行工具&网页双端管理,版本发布过程简单便捷,完全可以集成 CI。