5.x
This commit is contained in:
parent
4b7ff42acf
commit
f2e3cb51f3
@ -11,7 +11,8 @@ React Native版本 | react-native-update版本
|
|||||||
0.26及以下 | 1.0.x
|
0.26及以下 | 1.0.x
|
||||||
0.27 - 0.28 | 2.x
|
0.27 - 0.28 | 2.x
|
||||||
0.29 - 0.33 | 3.x
|
0.29 - 0.33 | 3.x
|
||||||
0.34及以上 | 4.x
|
0.34 - 0.45 | 4.x
|
||||||
|
0.46及以上 | 5.x
|
||||||
|
|
||||||
|
|
||||||
### 优势
|
### 优势
|
||||||
@ -32,7 +33,7 @@ React Native版本 | react-native-update版本
|
|||||||
|
|
||||||
* [文档-快速入门-发布版本](docs/guide3.md)。
|
* [文档-快速入门-发布版本](docs/guide3.md)。
|
||||||
|
|
||||||
* [文档-常见问题与高级指南](docs/faq_advance.md)。
|
* [文档-常见问题与高级指南](docs/faq_advance.md)。
|
||||||
|
|
||||||
### 命令行工具
|
### 命令行工具
|
||||||
|
|
||||||
|
@ -37,12 +37,14 @@ React Native版本 | react-native-update版本
|
|||||||
0.26及以下 | 1.0.x
|
0.26及以下 | 1.0.x
|
||||||
0.27 - 0.28 | 2.x
|
0.27 - 0.28 | 2.x
|
||||||
0.29 - 0.33 | 3.x
|
0.29 - 0.33 | 3.x
|
||||||
0.34及以上 | 4.x
|
0.34 - 0.45 | 4.x
|
||||||
|
0.46及以上 | 5.x
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
安装命令示例:
|
安装命令示例:
|
||||||
```
|
```
|
||||||
npm install --save react-native-update@4.x
|
npm install --save react-native-update@5.x
|
||||||
```
|
```
|
||||||
|
|
||||||
## 手动link
|
## 手动link
|
||||||
@ -183,7 +185,7 @@ $ pushy selectApp --platform ios
|
|||||||
3) 招财旺(ios)
|
3) 招财旺(ios)
|
||||||
|
|
||||||
Total 2 ios apps
|
Total 2 ios apps
|
||||||
Enter appId: <输入应用前面的编号>
|
Enter appId: <输入应用前面的编号>
|
||||||
```
|
```
|
||||||
|
|
||||||
选择或者创建过应用后,你将可以在文件夹下看到`update.json`文件,其内容类似如下形式:
|
选择或者创建过应用后,你将可以在文件夹下看到`update.json`文件,其内容类似如下形式:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-update",
|
"name": "react-native-update",
|
||||||
"version": "4.0.6",
|
"version": "5.0.0",
|
||||||
"description": "react-native hot update",
|
"description": "react-native hot update",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -11,12 +11,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
|
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": ["react-native", "ios", "android", "update"],
|
||||||
"react-native",
|
|
||||||
"ios",
|
|
||||||
"android",
|
|
||||||
"update"
|
|
||||||
],
|
|
||||||
"author": "reactnativecn",
|
"author": "reactnativecn",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user