oblador/react-native-keychain

:key: Keychain Access for React Native

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 20th, 2026
Created on May 20th, 2015
Open Issues & Pull Requests: 194 (+0)
GitHub issues: Enabled
Number of forks: 544
Total Stargazers: 3,475 (+0)
Total Subscribers: 38 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 63
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,040 days
Stale 30+ days: 58
Stale 90+ days: 53

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • in progress (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

react-native-keychain is a React Native library that provides access to the Keychain on iOS and Keystore on Android for securely storing sensitive credentials.

The library solves the problem of safely persisting passwords, tokens, and other sensitive data in mobile applications by leveraging the native secure storage mechanisms available on each platform. On iOS it uses the Keychain, while on Android it uses the Keystore. This approach ensures that credentials are encrypted and protected by the device's security features rather than stored in plain text or in application memory.

Developers building React Native applications that need to store authentication tokens, passwords, or other secrets should consider this library. It suits any project requiring credential persistence across app sessions, particularly those handling user authentication or API tokens. The library supports biometric authentication through FaceID on iOS, which can be enabled by adding a usage description to the app's configuration. Installation is straightforward, requiring the package to be added via yarn and iOS dependencies to be installed via CocoaPods.

The project maintains active development with multiple maintainers sharing responsibility for the codebase. The library is widely adopted in production applications, including several high-profile cryptocurrency and blockchain projects. Documentation is maintained on a dedicated website separate from the repository, and release information is tracked through the GitHub Releases page.