✨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.

React Native
Overview

Overview

You can integrate Reclaim into your mobile apps using the React Native SDK or the Flutter SDK.

Flows

Integrating Reclaim on a mobile app

The flow looks like follows

  1. User logs in into your app
  2. Your app creates a new session for this user using the Reclaim SDK, requesting data from Acme.com; This returns a URI.
  3. Your app opens this URL using Link.open() or the equivalent
  4. User is prompted to login into Acme.com on a webview
  5. Once user has logged in, a proof is generated on the user's device
  6. User hits submit to send the proof back to your app
  7. Your app executes business logic basis the proof submitted by the user