Adds rnpm integration documentation.

This commit is contained in:
Joel Arvidsson 2016-01-19 11:19:04 -06:00
parent 0a1a2cdab2
commit 913464d40a
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ Add the following to your `Podfile` and run `pod update`:
pod 'RNKeychain', :path => 'node_modules/react-native-keychain'
```
### Option: With [rnpm](https://github.com/rnpm/rnpm)
`$ rnpm link`
## Usage
See `KeychainExample` for fully working project example.