React Native project not opening Metro Bundler in Browser

Viewed 611

App is working fine. Also working fine on Emulator and my mobile phone. But the problem is that it is not showing this page on my browser. Open Image

I created this project in react native, Using following commands.

expo init DoneWithIt

choses a Manage workflow with blank template

When I type "npm start" in terminal (using VS code terminal) it shows Open Image

It is not opening in browser like this Open Image

1 Answers

Have you tried opening your browser manually at localhost and port 19000? Or simply press "w" in the same terminal after it starts so it opens for you the browser as you can see in the second image.

Related