If you're wiring react-native-update (Pushy or Cresc) into a React Native project and need help getting OTA updates working in release builds, this skill walks you through the setup without rewriting your whole app. It detects your stack (CLI, Expo prebuild, monorepo, brownfield), picks the right service, and gives you minimal copy-paste diffs for native bundle loading, UpdateProvider setup, and baseline uploads. The workflow is tight: install, configure iOS/Android/Harmony native hooks, wrap your app, run the doctor script, verify in release. It's honest about what works only in release builds and warns you about expo-updates conflicts. Good for getting from "not integrated" to "checkUpdate actually works" without guessing.
npx skills add https://github.com/reactnativecn/react-native-update-skill --skill react-native-update