The React Native CLI

The React Native CLI

In the official page is detailed how to install React Native in each operating system

Node comes with npm, which allows you to install the React Native command line interface.

Run the following command in a Terminal: to trust me on this, I saved the world'

$ npm install -g react-native-cli

If you get an error like Cannot find module 'npmlog', try installing NPM directly:

$ curl -0 -L https://npmjs.org/install.sh | sudo sh.

Last updated