Installation
Welcome to the first step in integrating Reclaim Protocol into your React Native project! This guide will walk you through the installation process and help you get started quickly.
Prerequisites
Before starting, ensure you have the following requirements installed:
- Node.js (version 14.0.0 or later)
- npm (Node Package Manager, included with Node.js) or yarn
- A working React Native project
- If you haven't created one, follow the official React Native CLI Quickstart
Note: Make sure your React Native project is properly configured and can run successfully before installing the SDK.
Installation
1. Install the SDK
Navigate to your React Native project's root directory and execute one of the following commands:
Using npm:
Using yarn:
2. Installation Verification
Verify the installation by:
- Checking your
package.json
file for: - Ensuring no error messages appeared during installation
Implementation
Importing the SDK
Import the SDK in your JavaScript/TypeScript files using either of these methods:
ES6+ syntax (recommended):
CommonJS syntax:
Next Steps
Now that you've installed the SDK successfully, you can:
- Follow the Basic Example guide to create your first proof request
- Explore Advanced Configuration options for customization
- Review best practices and implementation patterns
Need Help?
If you encounter any issues:
- Check our comprehensive FAQ
- Join our Telegram community for real-time support
- Review the troubleshooting section in our documentation
Tip: Keep your SDK version up to date by regularly checking for updates using
npm outdated
oryarn outdated
.