React Native using expo-cli

Install nodejs

sudo apt install nodejs

To Check version of nodejs

node --version

If the version has to be updated, use the following command, else skip this step.

curl -fsSL https://deb.nodesource.comsetup_14.x | sudo -E bash -

sudo apt-get install -y nodejs 

node --version

Install npm

sudo apt install npm

npm --version

Install expo-cli

sudo npm install --global expo-cli

In order to run your app, go to the respective directory and run the following command :

expo start