codemagic-codepush
Installation
SKILL.md
Codemagic CodePush Setup
Set up and maintain OTA update delivery for React Native apps through Codemagic-hosted CodePush (https://codepush.pro) across iOS and Android.
Official documentation (Codemagic)
Use these as the maintained source of truth (read the relevant page when the task touches that area):
- Concepts — JS vs native, delta updates, SDK-in-binary prerequisite.
- Setup — CLI login, first
release-react, RN integration overview. - Releasing updates — Staging → promote,
targetBinaryVersion, semver. - Production control — Rollouts, mandatory, rollback, mandatory propagation.
- Security and access — Access keys, package signing.
- CI integration — Codemagic/GitHub Actions release patterns.
- Issues and debugging —
code-push debug, logs,notifyAppReady, source maps. - CodePush analytics — Dashboard and CLI metrics (path is
codepush-analytics, notanalytics). - CLI quick reference — Common
code-pushflags. - Advanced: sync options — Client UX,
sync(), install modes, dialogs, progress, restarts.