瀏覽代碼

Update README.md

wkh237 8 年之前
父節點
當前提交
32012afb04
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. 6
    1
      README.md

+ 6
- 1
README.md 查看文件

3
 
3
 
4
 
4
 
5
 A project committed to making file access and data transfer easier, efficient for React Native developers.
5
 A project committed to making file access and data transfer easier, efficient for React Native developers.
6
-
7
 > For Firebase Storage solution, please upgrade to latest version for best compatibility.
6
 > For Firebase Storage solution, please upgrade to latest version for best compatibility.
8
 
7
 
9
 ## Features
8
 ## Features
61
     :path => '../node_modules/react-native-fetch-blob'
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
 **Automatically Link Native Modules**
69
 **Automatically Link Native Modules**
65
 
70
 
66
 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.
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.