Browse Source

Update README.md

wkh237 8 years ago
parent
commit
eacb9a8f0d
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      README.md

+ 5
- 2
README.md View File

@@ -40,14 +40,17 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
40 40
 rnpm link
41 41
 ```
42 42
 
43
-### To Use 0.7.0+ you will need to upgrade your App to 0.29.2+ (Android)
43
+### To Use 0.7.0+ you will need to upgrade your App to 0.27+ (Android)
44 44
 
45
-In `0.7.0` we have removed Android AsyncHttpClient dependency and use OkHttp3+ dependency in react-native, therefore older version project (which uses OkHttp2) will not be compatible. To upgrade your project 
45
+In `0.7.0` we have removed Android AsyncHttpClient dependency and use OkHttp3+ dependency in react-native, therefore older project (pre 0.27 versions use OkHttp2) will not be compatible. As for 0.29 projects, since rnpm link is broken in 0.29, it's recommended to upgrade too (otherwise you may need to manually link Android project). 
46
+
47
+To upgrade your project 
46 48
 
47 49
 ```
48 50
 $ react-native upgrade
49 51
 ```
50 52
 
53
+
51 54
 ### Manually link the package (Android)
52 55
 
53 56
 If rnpm link command failed to link the package automatically, you might try manually link the package.