You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `@logto/rn` package is the SDK for Logto. The remaining packages are its peer dependencies. They couldn't be listed as direct dependencies because the Expo CLI requires that all dependencies for native modules be installed directly within the root project's package.json.
24
+
The `@logto/rn` package is the SDK for Logto. The remaining packages are its peer dependencies. They couldn't be listed as direct dependencies because the Expo CLI requires that all dependencies for native modules be installed directly within the root project's `package.json`.
25
25
26
26
You could also use other package managers such as `yarn` or `pnpm`.
27
27
28
28
## Configuration
29
29
30
30
To make the redirect URI deep link work, you need to configure the `scheme` in the `app.json` file.
31
31
32
-
e.g. In the `@logto/rn-sample` we use `io.logto://callback` as the callback URL.
32
+
For instance, in the `@logto/rn-sample` we use `io.logto://callback` as the callback URL.
33
33
34
34
```json
35
35
{
@@ -44,21 +44,27 @@ e.g. In the `@logto/rn-sample` we use `io.logto://callback` as the callback URL.
0 commit comments