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

React Native UI Test

Run all the UI tests in your project written with Detox integration.

File Icon

React Native UI Test

React Native Unit Test

Run all the unit tests in your project written with Jest integration.

File Icon

React Native Unit Test

Test Reports for React Native

This component provides detailed reports and insights on the results of React Native app tests conducted.

For detailed information on the usage of Test Reports for React Native, please refer to the documentation:

Appcircle React Native Testing

File Icon

Test Reports for React Native