-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expo Client on Android/iOS | Requires v37.0.0 #23
Comments
Same issue here. |
1 similar comment
Same issue here. |
Can confirm still happening. |
Still happening. |
i followed this : https://stackoverflow.com/questions/52287710/the-experience-you-requested-uses-expo-sdk-vnull-but-this-copy-of-expo-client In short : in package.json change "dependencies" => "expo" to "^37.0.0", delete "node_modules" folder. Done! Maybe some other depemdemcies need to be upgraded, but at least app starts... |
It works! Thank you, tresorama! |
Great solution. Thanks a lot ! |
I tried spinning up this project using expo, and on the client app, it gives the error:
"Something went wrong.
This project uses SDK v35.0.0, but this version of the Expo client requires at least v37.0.0."
The text was updated successfully, but these errors were encountered: