Skip to content

Commit 506a32b

Browse files
authored
Update README.md
1 parent ca04836 commit 506a32b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
本组件是面向React Native提供热更新功能的组件,建议结合[Update服务](http://update.reactnative.cn/)使用。
44

5-
### 公告
5+
### 版本
66

7-
因为React Native调整了okhttp的依赖,对于0.26及以前版本,请指定安装1.0.x版本。
7+
因为React Native不同版本代码结构不同,因而请按下面表格对号入座:
8+
9+
React Native版本 | react-native-update版本
10+
------------- | -------------
11+
<= 0.26 | 1.0.x
12+
0.27 - 0.28 | 2.x
13+
>= 0.29 | 3.x
14+
>= 0.34 | 4.x
815
9-
0.31开始React Native调整了bundle的传参,因此需要更新本插件到2.1.0或更高版本。
1016

1117
### 优势
1218

0 commit comments

Comments
 (0)