Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit fc6c5a2

Browse files
authored
Update sdk-react-native.mdx
1 parent 0a51c11 commit fc6c5a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fern/docs/pages/plug-sdk/sdk-react-native.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ npm install @devrev/sdk-react-native
1010

1111
## Set up the DevRev SDK
1212

13-
1. In DevRev, go to **Settings** > **PLuG settings** copy the value under **Your unique App ID**.
14-
2. After obtaining the credentials, you can configure the DevRev SDK in your app.
13+
In DevRev, go to **Settings** > **PLuG Chat** copy the value under **Your unique App ID**. After obtaining the credentials, you can configure the DevRev SDK in your app.
1514

1615
<Callout intent="note">
1716
The DevRev SDK must be configured before you can use any of its features.
@@ -30,7 +29,7 @@ To access certain features of the DevRev SDK, user identification is required.
3029
The identification function should be placed appropriately in your app after the user logs in. If you have the user information available at app launch, call the function after the `DevRev.configure(appID:)` method.
3130

3231
<Callout intent="note">
33-
If you haven't previously identified the user, the DevRev SDK will automatically create an anonymous user for you immediately after the SDK is configured.
32+
On iOS, if you haven't previously identified the user, the DevRev SDK will automatically create an anonymous user for you immediately after the SDK is configured.
3433
</Callout>
3534

3635
<Callout intent="note">

0 commit comments

Comments
 (0)