From 99ae5252ca98cfa0e2f34001f843cc34bb117255 Mon Sep 17 00:00:00 2001 From: Andrey Konstantinov <8ofproject@gmail.com> Date: Fri, 25 Aug 2017 00:12:34 +0300 Subject: [PATCH] Change path for iOS module linking via CocoaPods in README (#81) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac84b2..e84fa69 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ On API levels that do not support Android keystore, Facebook Conceal is used to Add the following to your `Podfile` and run `pod update`: ``` -pod 'RNKeychain', :path => 'node_modules/react-native-keychain' +pod 'RNKeychain', :path => '../node_modules/react-native-keychain' ``` ### Android