✨Works out of the box guarantee. If you face any issue at all, hit us up on Telegram and we will write the integration for you.
logoReclaim Protocol Docs

React Native SDK

Welcome to the Reclaim Protocol React Native SDK! You can use this SDK to implement Reclaim in your React Native applications. This SDK helps you create a simple process where users can prove their credentials from other websites, all without sharing sensitive information.

Quick Start Guide: Reclaim React Native SDK

Getting Started

New to Reclaim? Follow these simple steps to begin your integration:

  1. Installation

    • Set up the Reclaim SDK in your React Native project
    • Follow our step-by-step installation guide
  2. Basic Example

    • Learn the fundamental implementation flow
    • Understand core SDK functionality

Understanding How Reclaim Works

Reclaim follows a straightforward flow in React Native applications:

  1. User Login

    • User authenticates in your application
  2. Session Creation

    • Your application initializes a new Reclaim session
  3. Request URL Generation

    • Application generates a unique request URL
    • Present this URL to your user
  4. User Authentication

    • User navigates to the request URL
    • Authenticates with the target platform (e.g., Amazon.com)
  5. Proof Generation

    • System creates a cryptographic proof on user's device
  6. Proof Submission

    • User submits the generated proof to your application
  7. Verification Process

    • Your application verifies the proof
    • Executes appropriate business logic based on verification results

Implementation Options

Choose the approach that best fits your needs:

Frontend-Only Implementation

  • Ideal for: Prototypes, MVPs, proof-of-concepts
  • Features: Direct SDK integration in React Native
  • Benefits: Quick setup, minimal infrastructure

Full Stack Implementation

  • Recommended for: Production applications
  • Features: Backend integration, enhanced security
  • Benefits: Custom authentication, robust security controls

Practical Examples

Explore our comprehensive implementation examples:

  • Fullstack Example
    • Complete guide to backend integration
    • Best practices for production deployment

Advanced Features

Take your implementation to the next level:

Support Resources

Get help when you need it:

Community Support

Stay Updated

Ready to build something amazing with Reclaim Protocol's React Native SDK? Let's get started!

On this page