Change path for iOS module linking via CocoaPods in README (#81)
This commit is contained in:
parent
fbd9fb996a
commit
99ae5252ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue