react-native-keychain
TypeScript icon, indicating that this package has built-in type declarations

10.0.0 • Public • Published

react-native-keychain

Tests npm npm

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

  1. Run yarn add react-native-keychain
  2. Run pod install in ios/ directory to install iOS dependencies.
  3. If you want to support FaceID, add a NSFaceIDUsageDescription entry in your Info.plist.
  4. 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

Dependents (79)

Package Sidebar

Install

npm i react-native-keychain

Weekly Downloads

155,700

Version

10.0.0

License

MIT

Unpacked Size

230 kB

Total Files

59

Last publish

Collaborators

  • oblador