I'm getting this error when launching Expo on my iOS simulator.
The experience you requested uses Expo SDK v(null), but this copy of Expo Client requires at least v23.0.0. The author should update their experience to a newer Expo SDK version.
I've seen this answer Expo not loading (React-Native) -- null Expo SDK version but the solution does not work for me. I already have the sdkVersion in my app.json:
"expo": {
"sdkVersion": "22.0.0"
}
I tried yarn upgrade --latest
but still no luck. Any ideas are appreciated. I'm using expo-cli --version 1.1.0
The answer is updating the SDK by making the following changes.
Source: https://blog.expo.io/expo-sdk-v27-0-0-is-now-available-898bf1e5b0e4