react-native-keychain

:key: Keychain Access for React Native (by oblador)

React-native-keychain Alternatives

Similar projects and alternatives to react-native-keychain

  1. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. prettier

    Prettier is an opinionated code formatter.

  4. axios

    Promise based HTTP client for the browser and node.js

  5. starter-workflows

    Accelerating new GitHub Actions workflows

  6. zustand

    🐻 Bear necessities for state management in React

  7. redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

  8. husky

    Git hooks made easy 🐢 woof!

  9. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  10. fastlane

    πŸš€ The easiest way to automate building and releasing your iOS and Android apps

  11. SonarQube

    Continuous Inspection

  12. NativeBase

    Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.

  13. ignite

    Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.

  14. react-native-maps

    React Native Mapview component for iOS + Android

  15. Detox

    31 react-native-keychain VS Detox

    Gray box end-to-end testing and automation framework for mobile apps

  16. react-native-vision-camera

    πŸ“Έ A powerful, high-performance React Native Camera library.

  17. WatermelonDB

    πŸ‰ Reactive & asynchronous database for powerful React and React Native apps ⚑️

  18. react-native-sqlite-storage

    Full featured SQLite3 Native Plugin for React Native (Android and iOS)

  19. react-native-navigation

    A complete native navigation solution for React Native

  20. np

    10 react-native-keychain VS np

    A better `npm publish`

  21. react-native-ml-kit

    React Native On-Device Machine Learning w/ Google ML Kit

  22. react-native-stripe-payments

    Lightweight, easy to integrate and use React native library for Stripe payments (using Payment Intents) compliant with SCA (strong customer authentication)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better react-native-keychain alternative or higher similarity.

react-native-keychain discussion

Log in or Post with

react-native-keychain reviews and mentions

Posts with mentions or reviews of react-native-keychain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.
  • Encrypted Note Editor App In React Native
    8 projects | dev.to | 4 Mar 2024
    Storing the secret key: Since our db requires a key, it is important to store that key somewhere secure, so we will use react-native-keychain which will store our key securely.
  • Data Encryption in React Native Apps
    1 project | /r/reactnative | 5 Dec 2023
    If you're saving simple, KV-like data, have a look at react-native-keychain. On the other side, if you want to save complex "relational" data, have a look at Realm.
  • How I go with react native in late 2022
    33 projects | dev.to | 27 Nov 2022
    by the way, if you want to access the native device keychain, react-native-keychain is the right tool.
  • Can I use AsyncStorage for session IDs in React Native?
    1 project | /r/reactjs | 5 Oct 2022
    What you’re looking for is something like Keychain on iOS: similar to what AsyncStorage is, but secure. Maybe https://github.com/oblador/react-native-keychain could be it for you?
  • How secure is SecureStorage
    1 project | /r/reactnative | 24 Feb 2022
  • How to Integrate Biometrics in React Native - Overview of 3 Approaches
    2 projects | dev.to | 21 Dec 2021
    If our application utilizes refresh tokens, we can smartly combine the two previous options together. Upon signup or login, we can store a new refresh token securely on the device using the react-native-keychain library mentioned in the mobile app implementation. Once our session expires, we prompt the user to retrieve the refresh token stored behind biometrics authentication. If the user passes the challenge, we use the refresh token to call the backend and refresh the session/get a new access token.
  • LOCK and UNLOCK react native app using pin or biometric
    2 projects | /r/reactnative | 22 Oct 2021
    In the app I'm building, we use react-native-keychain. At its core it's meant to use with authentication, which we DO to store oauth tokens, but I also use it as a "re-entry" into the app after it's been put in background or inactive mode. It's the easiest implementation of biometric auth I've found for RN, and it has the ability to fallback to passcode should they fail biometric. Let me know if you have any questions, happy to help!
  • How can I store a secret in React Native?
    2 projects | /r/reactnative | 2 Apr 2021
    I would suggest using: react-native-keychain
  • Community created challenges and participation tracking, almost like a Netflix of Challenges
    1 project | /r/pelotoncycle | 24 Mar 2021
    So the only place your Peloton Credentials are handled is within the app itself. The app itself is built on React Native, and makes use of React Native Keychain which uses the underlying iOS Keychain/Android Secure Preferences (https://github.com/oblador/react-native-keychain#usage & https://blog.bitsrc.io/using-keychain-in-react-native-and-keeping-the-app-session-alive-ff8f8850119c if you're interested). The initial auth and all further requests are directly to the Peloton API from your device.
  • Can a user change the value of AsyncStorage manually?
    1 project | /r/reactnative | 14 Mar 2021
    AsyncStorage is just an unencrypted text file. Rooted android devices can access and change it easily. For storing sensitive data, you should use react native keychain or expo secure store
  • A note from our sponsor - AppSignal
    www.appsignal.com | 10 Sep 2026
    APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more β†’

Stats

Basic react-native-keychain repo stats
11
3,475
4.7
4 months ago

Sponsored
Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com