Can not connect to Expo Debugger.
May 22, 2021
If you are seeing the above screen while trying to open the debugger tool. After doing a log of google search and banging my head for the solution. I accidentally discovered it.
If you are using vscode’s integrated terminal to run expo. It won’t be able to connect to the browser.
A simple solution is to use the expo start command from the normal terminal instead of VS codes integrated terminal.