Install React Native

1 min read
Setup on Windows
Go to documentation of react native’s set-up-your-envoronment https://reactnative.dev/docs/set-up-your-environment
Copy the command to install node and jdk using choco package manager
If choco not installed then first install choco using below command
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Run above command in powershell as administrator
After installing choco run below command
choco install -y nodejs-lts microsoft-openjdk17
After runing above command install android studio from android studio official documentation
Then setup the Envoronment variable in User Variables where Variable name should be ANDROID_HOME and value is android studio sdk path
0
Subscribe to my newsletter
Read articles from Vishal Gupta directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
