react-native-keychain
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "react-native-keychain", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Keychain Access for React Native", | ||
@@ -32,4 +32,4 @@ "main": "index.ios.js", | ||
"peerDependencies": { | ||
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc" | ||
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc" | ||
} | ||
} |
# react-native-keychain | ||
Keychain Access for React Native | ||
Currently functionality is limited to just storing internet and generic passwords. Wider exposure of the underlying API coming. | ||
Currently functionality is limited to just storing internet and generic passwords. | ||
## Installation | ||
* `$ npm install react-native-keychain` | ||
`$ npm install react-native-keychain` | ||
### Option: Manually | ||
* Right click on Libraries, select **Add files to "…"** and select `node_modules/react-native-keychain/RNKeychain.xcodeproj` | ||
* Select your project and under **Build Phases** -> **Link Binary With Libraries**, press the + and select `libRNKeychain.a`. | ||
### Option: With [CocoaPods](https://cocoapods.org/) | ||
Add the following to your `Podfile` and run `pod update`: | ||
``` | ||
pod 'RNKeychain', :path => 'node_modules/react-native-keychain' | ||
``` | ||
## Usage | ||
@@ -64,3 +74,10 @@ | ||
## Todo | ||
- [x] iOS support | ||
- [ ] Android support | ||
- [ ] Storing objects as JSON | ||
- [ ] Expose wider selection of underlying native APIs | ||
## License | ||
MIT © Joel Arvidsson 2015 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87204
33
83