Home > Blockchain >  what to select when you do npm start in react native
what to select when you do npm start in react native

Time:05-22

What I am seeing in the terminal

Hello I am a react js developer and I have just started with react native can anyone tell what to do from here. and please also suggest how should I reframe this question so that its easier for people to address this question.

CodePudding user response:

happy to have you here

about asking questions please read this article : https://stackoverflow.com/help/how-to-ask

and your question about what you see on the terminal is the start server from Expo managed workflow if you want to run it you can install an android emulator https://developer.android.com/studio/run/emulator then you can enter key A for Opening android and you will see your app running on Emulator

with respect

CodePudding user response:

I selected web option then it started showing on my browser on http://localhost:19006/

Earlier it asked me to install some libraries and I clicked yes.

  • Related