Replies: 1 comment 2 replies
-
Added "overrides": {
"expo": "^48"
} to the root |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The latest
@expo/next-adapter
sets"expo": "^46",
as a peer dependency. This prevents be using expo 48 in the expo project. Even though@expo/next-adapter
is only used in the next project there is the shared lock file between the two apps.Am I doing something wrong? What's the best way to go about using expo 48?
Beta Was this translation helpful? Give feedback.
All reactions