SDK 35: ejected from Expo, now get "The Expo SDK requires Expo to run"

Hey there, I updated to expo SDK 35 and then ejected to bare, I am managing to build the app (after some hassle) but after start i am met with the error: The Expo SDK requires Expo to run.

I removed all import and useages of packages where expo is used directly (Notifications for my case) However it keeps showing the same error. Below my package jsno

{
“scripts”: {
“start”: “react-native start”,
“android”: “react-native run-android”,
“ios”: “react-native run-ios”
},
“dependencies”: {
“expo”: “^35.0.0”,
“react”: “16.8.3”,
“react-dom”: “16.8.3”,
“react-native”: “0.59.10”,
“react-native-gesture-handler”: “^1.3.0”,
“react-native-reanimated”: “^1.2.0”,
“react-native-screens”: “1.0.0-alpha.22”,
“react-native-unimodules”: “~0.5.4”,
“react-native-web”: “^0.11.4”,
@dudigital/react-native-zoomable-view”: “^1.0.13”,
@fortawesome/fontawesome-svg-core”: “^1.2.19”,
@fortawesome/free-brands-svg-icons”: “^5.9.0”,
@fortawesome/free-regular-svg-icons”: “^5.10.2”,
@fortawesome/free-solid-svg-icons”: “^5.9.0”,
@fortawesome/react-native-fontawesome”: “^0.1.0”,
“expo-analytics-amplitude”: “^7.0.0”,
“expo-av”: “^7.0.1”,
“expo-constants”: “^7.0.0”,
“expo-facebook”: “^7.0.0”,
“expo-font”: “^7.0.0”,
“expo-image-picker”: “^7.0.0”,
“expo-keep-awake”: “^7.0.0”,
“expo-permissions”: “^7.0.0”,
“firebase”: “^5.11.1”,
“firebase-admin”: “^8.4.0”,
“firebase-functions”: “^3.2.0”,
“numeral”: “^2.0.6”,
“prop-types”: “^15.7.2”,
“react-native-animatable”: “^1.3.2”,
“react-native-gifted-chat”: “^0.9.11”,
“react-native-snap-carousel”: “^3.8.0”,
“react-native-svg”: “^9.9.2”,
“react-native-svg-uri”: “^1.2.3”,
“react-native-webview”: “^7.0.5”,
“react-navigation”: “^3.11.1”,
“react-redux”: “6.0.0”,
“react-redux-firebase”: “^2.2.6”,
“redux”: “^4.0.1”,
“redux-firestore”: “^0.8.0”,
“redux-persist”: “^5.10.0”,
“redux-thunk”: “^2.3.0”,
“sentry-expo”: “^2.0.0”,
“xmldom”: “^0.1.27”
},
“devDependencies”: {
“babel-preset-expo”: “^5.0.0”,
“eslint”: “^6.2.2”,
“eslint-plugin-promise”: “^4.2.1”,
“jetifier”: “^1.6.4”,
“reactotron-react-native”: “^3.6.4”,
“redux-devtools-extension”: “^2.13.8”
},
“private”: true
}

Please help me, I have been searching all day for a fix

Please see this comment:

1 Like

Thank you! I checked for from ‘expo’ but one time I used from “expo” … coding style violation… :stuck_out_tongue:
Anyway thanks again

1 Like

I ran into this issue ejecting yesterday. The solution was to use expo publish --target bare when creating the bundle