Removal of the DevTools Web UI

Hi with the removal of the DevTools Web UI from version expo-cli@6.0.0 how do you toggle between connections e.g Tunnel, LAN, Local?

Hey @mannyoliver20, you can use the CLI options for switching between different hosts. For example, to use LAN, you’d run expo start --lan. For tunnel its: --tunnel & for localhost its: --localhost.

You can find more info about different options available for expo start command in the docs here.

1 Like

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