diff --git a/docs/quick-starts/framework/expo/README.mdx b/docs/quick-starts/framework/expo/README.mdx index 7fc498032f0..d37d79df363 100644 --- a/docs/quick-starts/framework/expo/README.mdx +++ b/docs/quick-starts/framework/expo/README.mdx @@ -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"