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

Commit 32012af

Browse files
authored
Update README.md
1 parent cafb7f2 commit 32012af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
A project committed to making file access and data transfer easier, efficient for React Native developers.
6-
76
> For Firebase Storage solution, please upgrade to latest version for best compatibility.
87
98
## Features
@@ -61,6 +60,12 @@ pod 'react-native-fetch-blob',
6160
:path => '../node_modules/react-native-fetch-blob'
6261
```
6362

63+
After `0.10.3` you can install this package directly from Github
64+
65+
```
66+
## replace <branch_name> with any one of the branches
67+
npm install --save github:wkh237/react-native-fetch-blob-package#<branch_name>
68+
```
6469
**Automatically Link Native Modules**
6570

6671
For 0.29.2+ projects, simply link native packages via the following command because rnpm has been merged into react-native, you no longer need it.

0 commit comments

Comments
 (0)