Skip to content

Commit

Permalink
chore: update expo SDK content
Browse files Browse the repository at this point in the history
update expo SDK integration content
  • Loading branch information
simeng-li committed Jan 17, 2025
1 parent 0960027 commit d5def62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/quick-starts/framework/expo/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ import GetUserInformation from './get-user-information/_index.mdx';

### Unable to resolve `@logto/client/shim` \{#unable-to-resolve-logtoclientshim}

:::note

- For users using the SDK version \<= v0.3.0, please follow the instructions below to resolve the issue.
- For users using the SDK version \>= v0.4.0, please ignore this section. This issue has been fixed in the latest version.

:::

For Expo projects, if you encounter the error `Unable to resolve "@logto/client/shim" from "node_modules/@logto/rn/lib/index.js"`, you can resolve it by adding the following to your `metro.config.js` file:

```js title="metro.config.js"
Expand Down

0 comments on commit d5def62

Please sign in to comment.