The experience you requested uses Expo SDK v(null)

I get this error on the Expo Client when I try to open my app even though I have already updated it to the latest SDK following the steps that are specified in the release notes.

My package.json:

{
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "eject": "expo eject"
  },
  "dependencies": {
    "algoliasearch": "^3.33.0",
    "expo": "^35.0.0",
    "firebase": "6.0.2",
    "moment": "^2.24.0",
    "native-base": "^2.13.5",
    "react": "16.8.3",
    "react-instantsearch": "^5.7.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
    "react-native-calendar-strip": "^1.3.8",
    "react-native-datepicker": "^1.7.2",
    "react-native-elements": "^1.1.0",
    "react-native-gesture-handler": "^1.4.1",
    "react-native-keyboard-aware-scroll-view": "^0.8.0",
    "react-native-picker-select": "^6.3.0",
    "react-native-reanimated": "^1.2.0",
    "react-navigation": "^4.0.6",
    "react-redux": "^6.0.1",
    "redux": "^4.0.1",
    "redux-thunk": "^2.3.0"
  },
  "devDependencies": {
    "babel-preset-expo": "^5.0.0"
  },
  "private": true
}

Hi. What do you have in app.json for the SDK version?

Apparently I did not remember about that file. That was the issue… Thank you!

1 Like