These instructions assume you have followed the installation instructions our hygen-templates-echobind repository.
After generating a new project, add a GitHub remote and push up the changes. Login to CircleCI and head to the settings for your organization.
-
Ensure you've added a
MacOSPlan. This is required to build iOS projects. -
Enable "untrusted or 3rd party orbs" under the organizations security settings. This step is required to use the provided CircleCI Orb configuration for react-native. Learn more about CircleCI Orbs here. The source for the react-native orb is here.
-
Tell Circle CI to build this project (must be logged in with an account that has owner permissions on GitHub).
-
Thats it! Your project should be building. Here's what the workflow looks like:
Once node tests (via jest) complete, iOS and Android builds run in parallel. See
.circleci/config.ymlfor workflow details, including the Fastlane lanes that are run on each branch by default.



