Atul Rajput
HomeProjectsWritingSkillsContact
  1. ~/
  2. blog/
  3. react native installation guide 2026
Text Size
Loading article...
Enjoyed this post?Share it with your network:

Read Next

← Previous Article

Last Day In College

Mere dost Raju Bhai ne kaha, kya tum ek lekh nhi likh sakte, itne saal jo guzaare ho ish college mein? Mera instant reply yhi tha, nhi, nhi, kucch bhi nhi. Nothing.

Next Article →

Packet Manager: npm, yarn, pnpm and bun

Learning about different package managers of JS

© 2026 Atul Rajput
Status•GitHub•LinkedIn•X•Sitemap
Technical

React Native Installation Guide 2026

May 10, 20265 min read

Hi reader, after a long time I am writing a technical blog. Today I am starting learning React Native. So, I thought about writing a blog would be worth remembering when I reflect back.

React Native is a cross platform based building technique to build applications. Since I am using linux for a long time, this guide is based over fedora linux.\

Prerequisites to for creating React Native application:

NodeJS

Java Development Kit (JDK)

Android Studio

You need to install NodeJS, the installation steps are simple just go to nodeJS website and download it.

For JDK, I am using OpenJDK, it is open source, you can also download it from Oracle JDK too.

For Android Studio, you can download it from android studio website and then the comes to its installation process.

Extract the tar zip file, then move it into /opt/ folder. Then create a local desktop icon to access and run it to test.

For Reference, visit website of React Native.

NOTE: This guide will be updated soon ..

#react-native #software-development #developer #installation-guide #facebook