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