Skip to content

Commit

Permalink
chore: update the words
Browse files Browse the repository at this point in the history
update the words
  • Loading branch information
simeng-li committed Jun 20, 2024
1 parent bf36149 commit bfe3afb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const config = {
module.exports = config;
```

This error indicates that `@logto/rn` package not being able to resolve the `@logto/client/shim` module.
This error indicates that `@logto/rn` package is not able to resolve the `@logto/client/shim` module.

As the node exports were used in the`@logto/client` package, and package exports are not enabled by default in Metro bundler, you need to enable them manually.

Expand Down

0 comments on commit bfe3afb

Please sign in to comment.