
Description
GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API.
SKILL.md
GitHub Actions Build Artifacts
Overview
Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API.
When to Apply
Use this skill when:
- Creating CI workflows that build React Native simulator/emulator artifacts.
- Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs.
- Replacing local-only mobile builds with downloadable CI artifacts.
- Needing stable artifact IDs/names for scripted retrieval with
ghor REST API.
Quick Reference
- Add composite actions from gha-ios-composite-action.md and gha-android-composite-action.md.
- Wire them into
.github/workflows/mobile-build.ymlfrom gha-workflow-and-downloads.md. - Upload with
actions/upload-artifact@v4and captureartifact-idoutput. - Download with
gh run downloadorGET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}.
References
| File | Description |
|---|---|
| gha-ios-composite-action.md | Composite action.yml for iOS simulator .app.tar.gz builds and artifact upload |
| gha-android-composite-action.md | Composite action.yml for Android emulator .apk builds and artifact upload |
| gha-workflow-and-downloads.md | End-to-end workflow wiring plus gh and REST download commands |
Problem -> Skill Mapping
| Problem | Start With |
|---|---|
Need CI iOS simulator .app.tar.gz artifact | gha-ios-composite-action.md |
Need CI Android emulator .apk artifact | gha-android-composite-action.md |
| Need one workflow to trigger both platform jobs | gha-workflow-and-downloads.md |
| Need scripted artifact download | gha-workflow-and-downloads.md |
Source Inspiration
More skills from the agent-skills repository
View all 9 skillsassess-react-native-migration
assess mobile product React Native migration
Jul 11AndroidiOSMigrationMobile +1create-react-native-library
scaffold React Native libraries
Jun 26EngineeringMobileReact Nativegithub
manage GitHub PRs with gh CLI
Apr 6CLICode ReviewGitHubPull Requestsreact-native-best-practices
optimize React Native app performance
Apr 6MobilePerformanceReact Nativereact-native-brownfield-migration
migrate native apps to React Native
Apr 6AndroidExpoiOSMigration +2react-native-tv-best-practices
review React Native TV application quality
Jun 28AccessibilityFrontendMobilePerformance +2
More from Callstack
View publisherreact-navigation
configure React Navigation UI patterns
agent-skills
Jun 26FrontendMobileNavigationReactupgrading-react-native
upgrade React Native apps
agent-skills
Apr 6AndroidiOSMigrationMobile +1react-native-ai-skills
integrate on-device AI in React Native
ai
Apr 6AI InfrastructureLLMMobileReact Nativevoltra
build Voltra iOS widgets and charts
voltra
Apr 6ExpoiOSMobileVoltrarozenite-agent
use Rozenite plugins for React Native devtools
rozenite
Apr 6MobilePlugin DevelopmentReact Native