📄️ Introduction
A React Native library that implements the Credential Manager API for Android and Authentication Services for iOS. This library allows you to manage passwords, passkeys, and platform-specific sign-in methods in your React Native applications.
📄️ Installation & Setup
Step-by-step guide to installing and configuring React Native Credentials Manager in your application, including Android and iOS setup, platform requirements, and troubleshooting tips.
📄️ Basic Usage
Get started with React Native Credentials Manager by learning the basic implementation of various authentication methods including passkeys, passwords, and platform-specific sign-in with detailed examples and type definitions.
📄️ Passkey Authentication
Implement secure passwordless authentication using passkeys in your React Native application with detailed examples and best practices.
📄️ Password Authentication
Guide to implementing traditional username and password authentication using React Native Credentials Manager, with platform-specific considerations and best practices.
📄️ Platform Sign-In
Learn how to implement platform-specific authentication using Google Sign-In on Android and Apple Sign In on iOS with React Native Credentials Manager.