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

Commit 02691fc

Browse files
committed
Add README for npm page
1 parent 5839f46 commit 02691fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A project committed to make file acess and transfer easier and effiecient for React Native developers.
44

5+
# [Please visit out Github page for latest document](https://github.com/wkh237/react-native-fetch-blob)
6+
57
## TOC
68
* [About](#user-content-about)
79
* [Installation](#user-content-installation)
@@ -40,6 +42,17 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
4042
rnpm link
4143
```
4244

45+
### version 0.7.0+ does not work with react-native 0.27 (Android)
46+
47+
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
48+
49+
```
50+
$ react-native upgrade
51+
```
52+
53+
After the project upgraded, run `rnpm link` again.
54+
55+
4356
### Manually link the package (Android)
4457

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

0 commit comments

Comments
 (0)