react-native-keychain

Keychain Access for React Native

MIT License

Downloads
740.7K
Stars
3.1K
Committers
94

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

    1 a. Only for React Native <= 0.59: $ react-native link react-native-keychain and check MainApplication.java to verify the package was added. See manual installation below if you have issues with react-native link.

  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

License

MIT © Joel Arvidsson 2016-2020

Package Rankings
Top 1.11% on Npmjs.org
Top 6.73% on Proxy.golang.org
Badges
Extracted from project README
Tests npm npm
Related Projects