Skip to content

Commit eed1b0d

Browse files
Update fern/docs/pages/sdks/mobile/react-native/quickstart-expo.mdx
Co-authored-by: Ben Colborn <ben.colborn@devrev.ai>
1 parent 4d87a7e commit eed1b0d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

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

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

3333
## Set up the DevRev SDK
3434

35-
### Step 1: Credentials
3635

37-
1. Open the DevRev web app at [https://app.devrev.ai](https://app.devrev.ai).
38-
1. Go to the **Settings** page.
39-
1. Then open the **PLuG Settings** page, and copy the value under **Your Unique App ID**.
40-
41-
### Step 2: Configuration
42-
43-
> [!IMPORTANT]
44-
> The SDK must be configured before you can use any of its features.
45-
46-
Once you have the credentials, you can configure the DevRev SDK in your app. The SDK will be ready to use once you have called the configuration method:
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:
4739

4840
```typescript
4941
DevRevSDK.configure(appID: string)

0 commit comments

Comments
 (0)