More Premium Hugo Themes Premium React Themes

React Native Sensitive Info

React Native secure storage, rebuilt with Nitro Modules Biometric-ready, StrongBox-aware, and metadata-rich for modern mobile apps

React Native Sensitive Info

React Native secure storage, rebuilt with Nitro Modules Biometric-ready, StrongBox-aware, and metadata-rich for modern mobile apps

Author Avatar Theme by mcodex
Github Stars Github Stars: 1030
Last Commit Last Commit: Dec 18, 2025 -
First Commit Created: Feb 24, 2024 -
React Native Sensitive Info screenshot

Overview:

The React Native Sensitive Info is a library that allows managing all data stored in Android Shared Preferences, iOS Keychain, and Windows Credentials. It provides simple methods to set and get key/value pairs securely.

Features:

  • Secure Data Storage: Manages data stored in Android Shared Preferences, iOS Keychain, and Windows Credentials securely.
  • Simple Methods: Provides easy-to-use methods for setting and getting key/value pairs.
  • Cross-Platform: Works on both Android and iOS platforms.

Installation:

To install the React Native Sensitive Info library, follow these steps:

  1. Install the package using npm:
    npm install react-native-sensitive-info
    
  2. Link the package to your project: For React Native versions >= 0.60, the library should link automatically. For earlier versions, run:
    react-native link react-native-sensitive-info
    
  3. Follow the platform-specific instructions in the documentation to configure the library for Android and iOS.

Summary:

The React Native Sensitive Info provides a secure way to manage sensitive data in React Native applications. With support for multiple platforms and easy-to-use methods, developers can ensure that their data is stored securely. The installation process is straightforward, making it easy to integrate this library into your projects.