Skip to content

Commit f4eabae

Browse files
Update the setup section to make it consistent with other platforms
1 parent eed1b0d commit f4eabae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

fern/docs/pages/sdks/mobile/react-native/quickstart-expo.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ DevRev SDK, used for integrating DevRev services into your Expo app.
3232

3333
## Set up the DevRev SDK
3434

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

36-
1. In the DevRev app, go to **Settings** > **PLuG Settings**.
37-
1. Copy the value under **Your Unique App ID**.
38-
1. Configure the DevRev SDK in your app by calling the configuration method:
39+
The SDK will be ready for use once you execute the following configuration method.
3940

4041
```typescript
41-
DevRevSDK.configure(appID: string)
42+
DevRev.configure(appID: string)
4243
```

0 commit comments

Comments
 (0)