Is there a way to change the browser in which the Expo interface (http://localhost:19002/) opens after expo start?
My default browser is Firefox, which I use for my private life. My work and coding browser is Chrome. Is there a way to tell Expo to use Chrome by default?
expo startlooks at theBROWSERenvironment variable before using the default browser so you can switch to Chrome just by setting that env var before callingexpo startAs a raw command it looks like this for Windows:
For my workflow I have just updated
package.jsonso theyarn run startscript does it for me: