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

Commit 5839f46

Browse files
authored
Update README.md
1 parent b3b3b40 commit 5839f46

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
4040
rnpm link
4141
```
4242

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+
4354
### Manually link the package (Android)
4455

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

0 commit comments

Comments
 (0)