Auto launch simulator on expo startup

Hello,

Is there a way to automatically launch expo go on simulator ios or android ?
Because, each time i launch with expo start, then i have to push “i” or “a” to launch expo go.
It´s annoying for example when you’re working with lots of expo examples apps from many packages.

Thanks

Hey @grean, you can run expo start --ios or expo start --android to do this. You can pass both flags if you want to automatically launch both platforms. expo start --ios --android.

Cheers,
Adam

Thank you very much:)
AFAIK, this not mentioned in --help doc ?

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