Skip to content

React Native 0.73.1 and Expo 50 - incompatible with @react-three/[email protected] - what would you do? #3136

Answered by CodyJasonBennett
joshon asked this question in Q&A
Discussion options

You must be logged in to vote

This is NPM >=7 being pedantic about preview versions which break SemVer ranges like you specified in your package.json. I would either install the latest or correct Expo version within that range (use ^ to pin to major or ~ to minor). NPM is installing .0-preview which doesn't conform to the usual SemVer range. You can bypass this with --legacy-peer-deps if you are sure this is correct.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joshon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants