浏览代码

Update README.md

wkh237 8 年前
父节点
当前提交
5839f46fbd
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      README.md

+ 11
- 0
README.md 查看文件

40
 rnpm link
40
 rnpm link
41
 ```
41
 ```
42
 
42
 
43
+### version 0.7.0+ does not work with react-native 0.27 (Android)
44
+
45
+On 0.7.5, we have fixed Android OkHttp dependency issue on pre 0.28 projects excepted 0.27, 0.29.0, and 0.29.1. For 0.29.0 and 0.29.1 it's because `rnpm link` is broken in these versions, you may need to manually link Android package. It is recommended to upgrade you project if possible 
46
+
47
+```
48
+$ react-native upgrade
49
+```
50
+
51
+After the project upgraded, run `rnpm link` again.
52
+
53
+
43
 ### Manually link the package (Android)
54
 ### Manually link the package (Android)
44
 
55
 
45
 If rnpm link command failed to link the package automatically, you might try manually link the package.
56
 If rnpm link command failed to link the package automatically, you might try manually link the package.