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

Commit

Permalink
Add pod spec instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 authored Aug 30, 2016
1 parent 7253f5e commit 97f636a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
rnpm link
```

Or if using CocoaPods, add the pod to your `Podfile`, for example:

```
pod 'react-native-fetch-blob,
:path => '../node_modules/react-native-fetch-blob
```

### Manually link the package (Android)

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

0 comments on commit 97f636a

Please sign in to comment.