


Furthermore, Install React Native CLI For installing React Native CLI run below command on terminal npm install -g react-native-cli just run below command sudo apt install nodejs npm 1.3 Verify nodejs installation or you can say check nodejs version using this command nodejs – version 1.4 Now install npm sudo apt install npm 1.5 Verify the installation npm – version or npm -v 2.

1.1 Update apt package manager sudo apt update 1.2 Install nodejs using apt package manager. Install Node.JS and npmįirstly, We have to install Node.JS and npm for React Native mobile app development. I’m assuming you are using Ubuntu machine and you have admin access. I assure you the end of this article you feel happy and save a lot of time. You will have to follow all the below step one by one. In this tutorial, you have learned how to install Android Studio on Ubuntu 22.04.Welcome guys, In this article, We will learn how to install and setup React Native on Ubuntu. Note that, The easiest way is to install Android Studio on Ubuntu 22.04 is by using the snappy packaging system. In this step, execute the following command on your terminal to install android studio: sudo snap install android-studio -classic Verify the installation by typing the following command on your terminal, which will print the Java version: java -version Step 4 – Installing Android Studio In this step, execute the following command on your terminal to install java openJK: sudo apt install openjdk-11-jdk In this step, visit your terminal and execute the following command to update Apt package list: sudo apt-get update Step 3 – Installing Java OpenJDK
