@synonymdev/react-native-keychain
v9.1.1
Published
Keychain Access for React Native
Downloads
199
Readme
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
Used By
This library is used by several projects, including:
License
MIT © Joel Arvidsson 2016-2020