(React Native) Install dependencies
Description
Install dependencies using either yarn or npm.
Instructions
-
Add either the Run yarn command or the Run npm command Step to your Workflow based on your project setup.
-
Set the The yarn command to run or The npm command with arguments to run input variable to
install
.
bitrise.yml
Using yarn
:
- [email protected]: inputs: - command: install
Using npm
:
- [email protected]: inputs: - command: install