Claude Code Plugins

Community-maintained marketplace

Feedback

mobile-debugging

@rozwer/cross2B-Pro
0
0

Use for React Native / Expo troubleshooting (Metro bundler, native modules, simulator/emulator issues).

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name mobile-debugging
description Use for React Native / Expo troubleshooting (Metro bundler, native modules, simulator/emulator issues).

Workflow

  1. Capture the exact error and environment (RN/Expo version, platform, device).
  2. Separate concerns:
    • bundler issues (Metro)
    • native build issues (Xcode/Gradle)
    • runtime issues (permissions, network, JS exceptions)
  3. Reproduce with the smallest command set (e.g., one expo start / npx react-native run-*).
  4. Validate configuration files and dependencies align with the chosen workflow.
  5. Apply minimal change; re-run the exact failing path.

Common checks

  • Clear caches only after capturing logs (e.g., Metro/Gradle).
  • Confirm environment variables and platform-specific config are consistent.