Thursday, December 6, 2018

How to install react Native

React Native Installation 
How to install reactnative-

Need Node.react native command line interface,python,Android Studio,JDk,Visual Studio.

Follow these instruction if you want to install react native
1-Node,paython,JDk
Install Node.paython2 by a Chocolatey ,this is popular package manager.
React Native require a recent version of JDK.and Paython,Both can be install by CHOCOLATEY.

Download Chocolety From This Link - https://chocolatey.org/

After download and install chocolatey run these command in command prompt-

Open an Administrator Command Prompt (right click Command Prompt and select "Run as Administrator"), then run the following command:

Command -  choco install -y nodejs.install python2 jdk8

if you have already install make sure that is current version.

Install Node from here = https://nodejs.org/en/download/
After that Node come with npm
 -install npm
Run Command in command prompt

command= npm install -g react-native-cli
After this -install Android Studio,Visual Studio latest version.
Complete installation.
You Can Watch Video here-

No comments:

Post a Comment