Bläddra i källkod

Update README.md

wkh237 8 år sedan
förälder
incheckning
32012afb04
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6
    1
      README.md

+ 6
- 1
README.md Visa fil

@@ -3,7 +3,6 @@
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.