1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunny.luo 2017-10-19 17:41:34 +08:00
parent 4b7ff42acf
commit f2e3cb51f3
3 changed files with 10 additions and 12 deletions

View File

@ -11,7 +11,8 @@ React Native版本 | react-native-update版本
0.26及以下    | 1.0.x
0.27 - 0.28 | 2.x
0.29 - 0.33 | 3.x
0.34及以上     | 4.x
0.34 - 0.45   | 4.x
0.46及以上     | 5.x
 
### 优势

View File

@ -37,12 +37,14 @@ React Native版本 | react-native-update版本
0.26及以下    | 1.0.x
0.27 - 0.28 | 2.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

View File

@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "4.0.6",
"version": "5.0.0",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {
@ -11,12 +11,7 @@
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
},
"keywords": [
"react-native",
"ios",
"android",
"update"
],
"keywords": ["react-native", "ios", "android", "update"],
"author": "reactnativecn",
"license": "BSD-3-Clause",
"bugs": {