I am developing an application and started to build, and the documentation said to use eas, but this affected testing (expo go), namely, such a problem appeared that the application does not start through expo go, namely, a thing appears on the screen (see screen)
and nothing else happens, if I switch to expo go in the terminal, then nothing happens either, what should I do? Is it possible to somehow roll back this setting from eas, and use it only for building? To start, I use the following commands:
"start": "expo start --tunnel"
"start-dev": "expo start --tunnel -c"
"new-start-dev": "npx expo start --tunnel"
none work (as before, before eas settings)
