SDK 34: Ejecting from Managed workflow to Bare workflow throws error: "The Expo SDK requires Expo to run."

you can’t import anywhere from the expo package itself. so look for from 'expo' somewhere in your code

edit: this is indeed a confusing error message though and it’s on my queue to look at improving this soon
another edit: packages like expo-camera will of course continue to work, it’s just things from the expo package itself like AppLoading and components that are currently tied to the managed workflow that you’ll need to remove

2 Likes