How to setup a React Native App

react react native web development javascript nodejs node
How to setup a React Native App

React Native is one of the most used frameworks for cross-platform mobile apps development along side Flutter. So we will see how to setup a basic React Native Project.

Step 1- NodeJS setup-:

You can go to this link-: https://nodejs.org/en/download/

It will lead you to this page and from here you can download the version you want. It will down load the installer on your System.

NodeJS download

Once you have downloaded the setup file, run the setup file and install NodeJS. Once the installation is complete. Go to command Prompt-:
 Win+R -> type cmd -> Press Enter.

In the command prompt type-:

node -v
npm -v

 

It will return the versions of the node and npm installed on system. If you get something like '' node command not found '' , try re-instaling Node.  

Discussion
Thank you brother, it helped me a lot.

Amazing and Keep going on

2

Very Informative!!

2

6

3