Quickstart guide for Expo
DevRev SDK, used for integrating DevRev services into your Expo app.
Requirements
expo
(any version)react-native
(compatible with Expo version)@devrev/sdk-react-native
(version 1.0.2 or higher)
Installation
- To install the DevRev SDK, run the following command:
- Configure the Expo config plugin in your
app.json
orapp.config.js
: - Rebuild your app:
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.