Skip to main content
This guide walks you through setting up a React Native test app using the Offline Protocol SDK.

1. Clone the Example App

First, clone the React Native test app repository:

2. Install Dependencies

Use either npm or yarn:

3. Configure iOS (if applicable)

If you are running on iOS, install CocoaPods dependencies:

4. Run the App

Start the Metro bundler and run the app:
In a separate terminal:
  1. Explore the SDK
The test app comes pre-configured with:
  • Authentication with the Offline Protocol SDK
  • Profile management
  • Connections API
Image 1
Image 2
Image 3
Image 4
Image 5
Image 6