Change path for iOS module linking via CocoaPods in README (#81)

This commit is contained in:
Andrey Konstantinov 2017-08-25 00:12:34 +03:00 committed by Joel Arvidsson
parent fbd9fb996a
commit 99ae5252ca
1 changed files with 1 additions and 1 deletions

View File

@ -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