Hamid
Hamid

Reputation: 573

The Expo SDK requires Expo to run

I'm running my project on expo. After running expo eject, I'm getting the following error:

The Expo SDK requires Expo to run

Even for a brand new project I'm getting this error and I cannot do anything with expo anymore. I run :

expo init Project1

and then going inside the Project1 direcotory and run:

expo start // and then click 'a' for running project on android emulator.

and emulator screen shows this error.

Upvotes: 1

Views: 1037

Answers (1)

Tawanda Muzavazi
Tawanda Muzavazi

Reputation: 495

If you have logged into the command line on your computer, log out and try reloading the app. Otherwise reinstall expo and try again.

Upvotes: 2

Related Questions