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.
-
Run
yarn add react-native-keychain1 a. Only for React Native <= 0.59:
$ react-native link react-native-keychainand checkMainApplication.javato verify the package was added. See manual installation below if you have issues withreact-native link. -
Run
pod installinios/directory to install iOS dependencies. -
If you want to support FaceID, add a
NSFaceIDUsageDescriptionentry in yourInfo.plist. -
Re-build your Android and iOS projects.
Please refer to the documentation website on https://oblador.github.io/react-native-keychain
Check the GitHub Releases page.
Joel Arvidsson Author |
Dorian Mazur Maintainer |
Vojtech Novak Maintainer |
Pelle Stenild Coltau Maintainer |
Oleksandr Kucherenko Contributor |
MIT © Joel Arvidsson 2016-2020
