Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit eacb9a8

Browse files
authored
Update README.md
1 parent 11fe4fb commit eacb9a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,17 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
4040
rnpm link
4141
```
4242

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)
4444

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
4648

4749
```
4850
$ react-native upgrade
4951
```
5052

53+
5154
### Manually link the package (Android)
5255

5356
If rnpm link command failed to link the package automatically, you might try manually link the package.

0 commit comments

Comments
 (0)