Skip to content
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

Open
jeffsdata opened this issue Dec 18, 2020 · 7 comments
Open

Expo Client on Android/iOS | Requires v37.0.0 #23

jeffsdata opened this issue Dec 18, 2020 · 7 comments

Comments

@jeffsdata
Copy link

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."

@jabeca86
Copy link

Same issue here.

1 similar comment
@fabioreina
Copy link

Same issue here.

@KubilayKerim
Copy link

Can confirm still happening.

@jabeca86
Copy link

Can confirm still happening.

Still happening.

@tresorama
Copy link

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 app.json change "expo" => "sdkVersion" to "37.0.0",

in package.json change "dependencies" => "expo" to "^37.0.0",
in package.json change "dependencies" => "react-native" to"https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",

delete "node_modules" folder.
run in terminal : npm install
run in terminal: expo-start

Done!

Maybe some other depemdemcies need to be upgraded, but at least app starts...

@jabeca86
Copy link

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 app.json change "expo" => "sdkVersion" to "37.0.0",

in package.json change "dependencies" => "expo" to "^37.0.0",
in package.json change "dependencies" => "react-native" to"https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",

delete "node_modules" folder.
run in terminal : npm install
run in terminal: expo-start

Done!

Maybe some other depemdemcies need to be upgraded, but at least app starts...

It works! Thank you, tresorama!

@burakkaramete
Copy link

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 app.json change "expo" => "sdkVersion" to "37.0.0",

in package.json change "dependencies" => "expo" to "^37.0.0",
in package.json change "dependencies" => "react-native" to"https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",

delete "node_modules" folder.
run in terminal : npm install
run in terminal: expo-start

Done!

Maybe some other depemdemcies need to be upgraded, but at least app starts...

Great solution. Thanks a lot !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants