The installation process of React Native and Prerequisite

·

2 min read

Hi everyone I am Sumit and today I am going to show you how you can Install all the prerequisites for React Native so that you can build awesome apps.

First of all, let's talk about prerequisites, the only prerequisite that you should really know in order to get started with React Native is the basics of Javascript

I am dam sure that you have already watched lots of videos on loops and functions, and oops you just want to master javascript more and more, I would say that's not a very good approach, I personally think you should learn by doing, in order to master javascript you should build some good project in javascript.

Now Let's talk about the Installation part

Note: if you don't have a Laptop with good RAM and good CPU power, then don't worry you can still build awesome apps with the help of React Native.

1) Nodejs --> Go to the official website of Nodejs and download the LTS version.

2) VSCode -> VScode is a fantastic code editor if you are doing development, if you want to use any other code editor feel free to use it, it does not matter

3) OpenJDK --> Here is the link to the website from where you can download

Note: If you are in windows then you can use this command in order to install Nodejs and OpenJDK
choco install -y nodejs-lts microsoft-openjdk11

4) Android Studio

We are Installing Android Studio for all the tools and SDKs, like adb manager

THANKS FOR READING :)