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:
Set up the DevRev SDK
- Open the DevRev web app at https://app.devrev.ai and go to the Settings page.
- Under PLuG settings copy the value under Your unique App ID.
- 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.
Sample app
A sample app with use cases for the DevRev React Native plugin has been provided as a part of our public repository. To set up and run the sample app:
-
Go to the sample directory:
-
Install dependencies:
-
For iOS, run:
-
Run the app on Android or iOS using:
Or open
android
directory in Android Studio orios/DevRevSDKSample.xcworkspace
in Xcode and run the app from there.