I\'m trying to run an existing React Native project that uses Metro Bundler. My operating system is Ubuntu 20.04 and I\'ve tried to run the app both on a physical Android device
If you have nvm installed, its even simpler. To check this, run
nvm --version
then to install the latest lts version of node, run
nvm install --lts
That's what worked for me, let me know if that helps