icon

Install React Native

Installs the React Native CLI tools.

The Step installs the React Native command line tools with npm. It exposes the react-native binary, so you can call yarn react-native or npx react-native directly from your project.

Configuring the Step

You can set which version of the CLI you want to use, and add any additional options to the npm install command.

  1. In the Version of the @react-native-community/cli package to install, set the version you need.

    For example, set it to 0.9.1. If you leave the input empty, the Step will use the latest version.

  2. In the Additional options when installing React Native CLI with npm install input, set any additional flags you want to use with the npm-install command.

    The default is set to global. You can use multiple options, separated by a space.

Useful links

Related Steps

Similar steps

Release a React Native update to AppCenter CodePush

This step uses AppZung CLI to deploy your React Native update to AppZung CodePush

Bundles your React Native app.

Install or upgrade packages on Ubuntu with apt-get.