File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
5
5
A project committed to making file access and data transfer easier, efficient for React Native developers.
6
-
7
6
> For Firebase Storage solution, please upgrade to latest version for best compatibility.
8
7
9
8
## Features
@@ -61,6 +60,12 @@ pod 'react-native-fetch-blob',
61
60
:path => '../node_modules/react-native-fetch-blob'
62
61
```
63
62
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
+ ```
64
69
** Automatically Link Native Modules**
65
70
66
71
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.
You can’t perform that action at this time.
0 commit comments