expo-build-preflight

Pre-build validation for Expo and React Native apps. Use before running 'eas build --profile production' to ensure compliance with 2026 store rules (Android 15, iOS Privacy Manifests, 16KB Page Size), validate auto-increment, check environment variables, and verify Firebase/Sentry configs.

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 "expo-build-preflight" with this command: npx skills add marcelocanovas/expo-build-preflight/marcelocanovas-expo-build-preflight-expo-build-preflight

Expo Production Preflight Workflow

Follow these steps sequentially to audit the Expo project before a production build. Respond with [PASS], [FAIL], or [WARN] for each evaluated item.

Step 1: Programmatic Validation (Deterministic)

Execute the validation scripts on the project files.

  1. Run node scripts/validate_expo_config.js <path-to-app.json> <path-to-eas.json>.
    • Expected: autoIncrement is true, runtimeVersion uses fingerprint policy, New Architecture is enabled (SDK 55+), and target SDKs are correct.
  2. Run node scripts/check_assets.js <path-to-assets-folder>.
    • Expected: Icons are 1024x1024, no transparent backgrounds on Android adaptive icons.

Step 2: Platform-Specific Checks (Contextual)

Review platform-specific configurations based on the build target.

  • For Android builds: Read references/android-rules.md to validate API 35 compliance, 16KB page size alignment, and required permissions.
  • For iOS builds: Read references/ios-rules.md to validate PrivacyInfo.xcprivacy entries, Info.plist permission strings, and deployment targets.

Step 3: Third-Party & Environment Checks

If the project uses external services (Firebase, Sentry, AI features, Monetization), read references/third-party-services.md.

  • Ensure google-services.json and GoogleService-Info.plist are handled securely via EAS Secrets (Base64), not committed to the repo.
  • Verify AI Transparency consent screens and Paywall EULA/Privacy Policy visibility.

Final Output

Summarize the findings. If any [FAIL] is present, halt the process and provide exact remediation steps.

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.

General

Xiaohongshu Crawler

爬取小红书内容,支持登录搜索、笔记详情获取、用户主页信息及热门笔记,无需登录部分功能可用。

Registry SourceRecently Updated
General

TAPD

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Registry SourceRecently Updated
General

Roast Generator

吐槽生成器。温和吐槽、毒舌模式、朋友互怼、名人吐槽、自嘲、Battle模式。Roast generator with gentle, savage modes. 吐槽、毒舌、搞笑。

Registry SourceRecently Updated
General

Unixtime

Quick Unix timestamp utility. Get current Unix time, convert timestamps to dates and back, show relative time (how long ago), and display time in different f...

Registry SourceRecently Updated