USING LINUX OS

REACT-NATIVE DOCS --Setting Up Development Environment

Install nvm -- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash and nvm -- version Install Node.JS --Latest Version
SUDO APT UPDATE --Use system package manager, run this nvm install --lts if updated version not installed
SUDO APT INSTALL NODEJS --After Downloading the installer here

INSTALLING DEPENDENCIES

Node Installed --run node -v for version installed

SUDO APT UPDATE --Returns

REACT_NATIVE