Home > Software engineering >  Metro-Bundler doesn't automatically open
Metro-Bundler doesn't automatically open

Time:08-14

I'm new to react native and just started with the installations and set up; when i reach to the expo start or npm start] command, in most videos it shows that a page automatically opens on browser localhost:19002 but for me after several times all i get is metro-bundler-error would be really helpful if someone can direct me on what i should do.

CodePudding user response:

The Expo CLI Web UI( the page which automatically opens on browser localhost:19002) is deprecated and in the new version of expo is no longer available. Just use terminal UI and tap ? in the terminal to see the available options

  • Related