expo-app-store-guideline-check

Scan Expo/React Native project files and report App Store and Play readiness issues.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/dcoon/kbms --skill expo-app-store-guideline-check-dcoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expo-app-store-guideline-check
Source: https://github.com/dcoon/kbms/tree/main/.agents/skills/expo-app-store-guideline-check
Command: npx skills add https://github.com/dcoon/kbms --skill expo-app-store-guideline-check-dcoon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers ensure their Expo/React Native apps meet Apple App Store and Google Play guidelines by automatically scanning configuration files, dependencies, and platform-specific checks to generate a structured compliance report.

Core Features & Use Cases

  • Automatically analyzes app.json, package.json, AndroidManifest, Privacy manifests, and data-safety templates using Bash scripts.
  • Classifies findings by severity (CRITICAL, WARNING, INFO, OK) and produces an actionable report with fixes and references.
  • Supports both Expo Managed/Bare workflows and pure RN projects via the included script suite.

Quick Start

Run the scan-project script from the skill root to generate a comprehensive report for your project.

Frequently Asked Questions about expo-app-store-guideline-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my React Native app for Apple App Store and Google Play submission compliance?

To check React Native app submission compliance, you can run an automated scan of your project files and configuration to identify readiness issues before submitting to the Apple App Store and Google Play. This produces a consolidated report with severity levels and suggested fixes.

What configuration files do I need to prepare for an Expo app store readiness scan?

For an Expo app store readiness scan, you need to provide your project's app.json, package.json, and AndroidManifest.xml files. The scan also analyzes Privacy manifests and data-safety templates to generate a comprehensive compliance report.

Does the app store compliance check work with both Expo managed and bare workflows?

Yes, the app store compliance check works with Expo managed workflows, bare workflows, and pure React Native projects. It analyzes platform-specific configuration files across all these project structures to identify readiness issues.

What is the best way to automate Google Play data-safety template generation for an Expo project?

The best way to automate Google Play data-safety template generation is to run a scan script that analyzes your project's dependencies and configuration. This automatically evaluates the required data-safety templates and returns findings classified by severity.

How are compliance scan findings reported for React Native app submissions?

Compliance scan findings for React Native app submissions are reported with severity classifications including CRITICAL, WARNING, INFO, and OK. The report includes actionable suggested fixes and references to help resolve identified readiness issues.