react-native-update

Installation
SKILL.md

React Native Update Integration

Overview

Use this skill to get a project from “not integrated” to “hot update works in release builds”. Prioritize copy-paste-safe steps, smallest viable changes, and explicit verification checkpoints.

Workflow

  1. Detect app type (React Native CLI vs Expo) and target platforms.
  2. Apply dependency/install steps from references/integration-playbook.md.
  3. Apply required native config (Bundle URL / MainApplication integration points).
  4. Add Pushy client + UpdateProvider minimal bootstrapping.
  5. Run scripts/integration_doctor.sh <app-root> to detect common misses.
  6. Return a short action list: done / missing / next verification.
Installs
110
First Seen
Feb 20, 2026