expo without dev tools popping out?

Hello people,
I’m working on an app for sometime now and I used exp.
At some point the console started announcing that a new, improved cli has been released.
I installed expo and started my project using
expo start -a --localhost.
And then chrome popped up showing whatever the console shows.
And the funny thing is that I cannot restart the project from the dev tools (should the project gets stuck), I have to go back to my terminal and restart it. And then… a new window pops up…

Is there a way to start your project without the default browser popping up dev tools?
Thank you.

if you press shift+d from expo-cli it will disable automatically starting the browser dev tools

Thank you man, you’re a life saver :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.