Adds rnpm integration documentation.
This commit is contained in:
parent
0a1a2cdab2
commit
913464d40a
|
@ -20,6 +20,10 @@ 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'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Option: With [rnpm](https://github.com/rnpm/rnpm)
|
||||||
|
|
||||||
|
`$ rnpm link`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See `KeychainExample` for fully working project example.
|
See `KeychainExample` for fully working project example.
|
||||||
|
|
Loading…
Reference in New Issue