Skip to main content

React Native Specific Workflow Steps

The steps listed below are specific to the React Native build profiles.

You can find the full list of available workflow steps in our workflow marketplace and under each workflow step in this document, you can find the related repository URL, which also includes the documentation for the related step.

App Center CodePush

Release a React Native update to App Center CodePush. You need enter your token, owner, app name to distribute your updates.

File Icon

App Center CodePush

Install Node

React Native applications commonly depend on certain Node modules. This workflow step makes sure that you have the required Node version installed in the build agent to build your React Native application.

File Icon

Install Node

npm/Yarn Commands

You may want to use npm or Yarn package manager to install specific dependencies for your React Native applications. The package manager commands you enter are executed in this workflow step.

File Icon

npm/Yarn Commands