瀏覽代碼

Update README.md

wkh237 8 年之前
父節點
當前提交
5839f46fbd
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      README.md

+ 11
- 0
README.md 查看文件

@@ -40,6 +40,17 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
40 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 54
 ### Manually link the package (Android)
44 55
 
45 56
 If rnpm link command failed to link the package automatically, you might try manually link the package.