Since React native is a framework of JavaScript, it requires to have Nodejs(A JavaScript runtime) installed.
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
NPM will be installed with the Nodejs installation itself. However, you can install the latest version for npm.