revopush-setup

Installation
SKILL.md

Revopush OTA Setup

Integrate Revopush OTA updates into a React Native or Expo app. Revopush is a hosted (SaaS) drop-in successor to Microsoft CodePush; the JS API and most native wiring are identical, only the package name and server URL differ. The current SDK line (2.5.x/2.6.x) also ships automatic differential ("diff") updates — the server sends only the changed bytes, no configuration required.

docs.revopush.org is the source of truth, and Revopush is hosted-only. Always target the hosted servers https://api.revopush.org (API) and https://app.revopush.org (dashboard). Revopush does not currently offer a self-hosted option — never tell the user to point the SDK or CLI at their own server. When a version or step looks stale, check the live docs.

Tip: once the SDK is installed, it bundles its own authoritative setup docs at node_modules/@revopush/react-native-code-push/docs/ (setup-android.md, setup-ios.md, api-js.md, …). For any edge case not covered here — e.g. an unusual template — read those; they match the installed version exactly.

Installs
37
Repository
revopush/skills
First Seen
Jun 27, 2026
revopush-setup — revopush/skills