Home
Softono
react-native-keychain

react-native-keychain

Open source MIT Kotlin
3.5K
Stars
534
Forks
176
Issues
38
Watchers
1 month
Last Commit

About react-native-keychain

<h1 align="center"><img src="website/static/img/logo.png" align="center" width="50" height="50" alt="" /> react-native-keychain</h1> [![Tests](https://github.com/oblador/react-native-keychain/actions/workflows/e2e_tests.yaml/badge.svg)](https://github.com/oblador/react-native-keychain/actions/workflows/e2e_tests.yaml) [![npm](https://img.shields.io/npm/v/react-native-keychain.svg)](https://npmjs.com/package/react-native-keychain) [![npm](https://img.shields.io/npm/dm/react-native-keychain.svg)](https://npmjs.com/package/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](#installation) - [Documentation](#documentation) - [Changelog](#changelog) - [Maintainers](#maintainers) - [Used By](#used-by) - [License](#license) ## Installation 1. Run `yarn add react-native-keychain` 2. Run `pod install` in `ios/` directory to install iO ...

Platforms

Web Self-hosted iOS Android

Languages

Kotlin

Links

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