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:
-
- Set up the Reclaim SDK in your React Native project
- Follow our step-by-step installation guide
-
- Learn the fundamental implementation flow
- Understand core SDK functionality
Understanding How Reclaim Works
Reclaim follows a straightforward flow in React Native applications:
-
User Login
- User authenticates in your application
-
Session Creation
- Your application initializes a new Reclaim session
-
Request URL Generation
- Application generates a unique request URL
- Present this URL to your user
-
User Authentication
- User navigates to the request URL
- Authenticates with the target platform (e.g., Amazon.com)
-
Proof Generation
- System creates a cryptographic proof on user's device
-
Proof Submission
- User submits the generated proof to your application
-
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:
-
- Customize SDK behavior
- Configure advanced settings
-
- Optimization techniques
- Performance recommendations
- Security guidelines
Support Resources
Get help when you need it:
Community Support
- Join our active Telegram community
- Visit the Reclaim Protocol website
Stay Updated
- Follow @reclaimprotocol on Twitter
- Star and watch our GitHub repository
Ready to build something amazing with Reclaim Protocol's React Native SDK? Let's get started!