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

Commit 2437090

Browse files
committed
Merge branch '0.9.4' of github.com:wkh237/react-native-fetch-blob into 0.9.4
2 parents 96b9dfd + 97f636a commit 2437090

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
5757
rnpm link
5858
```
5959

60+
Or if using CocoaPods, add the pod to your `Podfile`, for example:
61+
62+
```
63+
pod 'react-native-fetch-blob,
64+
:path => '../node_modules/react-native-fetch-blob
65+
```
66+
6067
### Manually link the package (Android)
6168

6269
If rnpm link command failed to link the package automatically, you might try manually link the package.

0 commit comments

Comments
 (0)