https://reactnative.dev/

Steps for installing Node Js :

# Download and install nvm:
curl -o- <https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh> | bash

Is used to load NVM (Node Version Manager) into your shell environment. Here's a breakdown:

\. "$HOME/.nvm/nvm.sh"


nvm install 22
node -v # Should print "v22.14.0".
nvm current # Should print "v22.14.0".
npm -v # Should print "10.9.2".

Steps for Installing pnpm :

If you already have Node.js installed, you can install PNPM via npm

npm install -g pnpm

Check the version ( If you want )

pnpm --versoin

Install project dependencies