Kaynağa Gözat

Update README.md

wkh237 8 yıl önce
ebeveyn
işleme
5839f46fbd
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 11
    0
      README.md

+ 11
- 0
README.md Dosyayı Görüntüle

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.