react-native-update

Unified integration skill for React Native Update / Pushy(统一入口)across OpenClaw and Claude Code workflows. Use for 安装配置, appKey/update.json 接线, iOS/Android 原生改动, 更新策略(checkStrategy/updateStrategy), expo-updates 冲突排查, and 热更新接入 troubleshooting in mixed agent CLI environments.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "react-native-update" with this command: npx skills add reactnativecn/react-native-update-skill/reactnativecn-react-native-update-skill-react-native-update

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.

Platform routing

  • If user context is OpenClaw: provide OpenClaw-first instructions and file/workspace conventions.
  • If user context is Claude Code: provide Claude Code-first command style and workflow wording.
  • If context is unknown: provide neutral steps first, then append OpenClaw/Claude Code notes.
  • Keep technical steps identical; only adapt command conventions and delivery style.

Guardrails

  • Keep user code changes minimal and localized.
  • Do not promise hot update works in debug mode; emphasize release verification.
  • Warn about expo-updates conflict in Expo projects.
  • Preserve existing app architecture; adapt snippets to current project style.
  • If native files differ heavily (monorepo/mixed native), provide targeted patch guidance instead of broad rewrites.

Outputs to provide

  • Minimal integration diff (exact files and snippets).
  • Verification checklist (build, check update, download, switch version).
  • Troubleshooting hints for common failures.
  • Scenario examples when requested (including class component integration and custom whitelist rollout).

Resources

  • Read references/integration-playbook.md before giving steps.
  • Use scripts/integration_doctor.sh for quick project diagnosis.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated