|
|
|
|
|
|
51
|
rnpm link
|
51
|
rnpm link
|
|
52
|
```
|
52
|
```
|
|
53
|
|
53
|
|
|
54
|
-### version 0.7.0+ does not work with react-native 0.27 (Android)
|
|
|
|
55
|
-
|
|
|
|
56
|
-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
|
|
|
|
57
|
-
|
|
|
|
58
|
-```
|
|
|
|
59
|
-$ react-native upgrade
|
|
|
|
60
|
-```
|
|
|
|
61
|
-
|
|
|
|
62
|
-After the project upgraded, run `rnpm link` again.
|
|
|
|
63
|
-
|
|
|
|
64
|
-
|
|
|
|
65
|
### Manually link the package (Android)
|
54
|
### Manually link the package (Android)
|
|
66
|
|
55
|
|
|
67
|
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.
|