From 97f636a78e30a81208b992240ba37ad7bb1d03c7 Mon Sep 17 00:00:00 2001 From: wkh237 Date: Tue, 30 Aug 2016 16:34:18 +0800 Subject: [PATCH] Add pod spec instruction --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 035cd6f7a..e944285b6 100644 --- a/README.md +++ b/README.md @@ -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.