Package Exports
- react-native-keychain
- react-native-keychain/lib/commonjs/index.js
- react-native-keychain/lib/module/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-keychain) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-keychain
This library provides access to the Keychain (iOS) and Keystore (Android) for securely storing credentials like passwords, tokens, or other sensitive information in React Native apps.
Installation
- Run
yarn add react-native-keychain
- Run
pod install
inios/
directory to install iOS dependencies. - If you want to support FaceID, add a
NSFaceIDUsageDescription
entry in yourInfo.plist
. - Re-build your Android and iOS projects.
Documentation
Please refer to the documentation website on https://oblador.github.io/react-native-keychain
Changelog
Check the GitHub Releases page.
Maintainers
![]() Joel Arvidsson Author |
![]() Dorian Mazur Maintainer |
![]() Vojtech Novak Maintainer |
![]() Pelle Stenild Coltau Maintainer |
![]() Oleksandr Kucherenko Contributor |
Used By
This library is used by several projects, including:
License
MIT © Joel Arvidsson 2016-2020