React Native Enterprise Framework ships with a ready-to-use GitHub Actions:
which you can include in your GHA workflows to build iOS and Android apps and store native artifacts to reuse across CI jobs and local dev environment through RNEF CLI.
Make sure to include the following workflow permissions for your project:
Settings -> Actions -> General -> Workflow Permissions -> Read and write permissions
You'll be asked about this token when cached build is available while running the npx rnef run:
command.
Generate a fine-grained Personal Access Token and set Resource owner to your organization. Ensure the following repository permissions:
Generate GitHub Personal Access Token for downloading cached builds with repo
permissions.