What problem does it solve?
Building reliable React Native CI pipelines that produce inspectable iOS simulator and Android emulator artifacts is hard, and this skill captures reusable workflows, artifact uploads, and download-ready metadata in one place.
Core Features & Use Cases
- Reusable composite actions for iOS simulator
.app.tar.gz builds and Android emulator .apk builds that resolve RN project folders, variant names, and custom identifiers.
- Workflow wiring guidance that installs Node, CocoaPods, and Gradle tooling, invokes both platform jobs, and surfaces artifact names, IDs, and URLs centrally.
- Artifact retrieval lessons showing how to use
gh run download and GitHub REST API calls to fetch artifacts and how to keep permissions and naming deterministic.
Quick Start
Ask the agent to assemble a GitHub Actions workflow that launches the reusable RN iOS and Android composite jobs, uploads artifacts, and prints the artifact IDs for gh downloads.