Quickstart guide for React Native

This guide helps you integrate the DevRev SDK into your React Native app.

Installation

To install the DevRev SDK, run the following command:

1npm install @devrev/sdk-react-native

Set up the DevRev SDK

  1. Open the DevRev web app at https://app.devrev.ai and go to the Settings page.
  2. Under PLuG settings copy the value under Your unique App ID.
  3. After obtaining the credentials, you can configure the DevRev SDK in your app.

The SDK will be ready for use once you execute the following configuration method.

1DevRev.configure(appID: string)
Built with