Claude-skill-registry expo-config-generator

Generate Expo configuration files for React Native development. Triggers on "create expo config", "generate app.json", "expo setup", "expo configuration".

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/expo-config-generator" ~/.claude/skills/majiayu000-claude-skill-registry-expo-config-generator && rm -rf "$T"
manifest: skills/data/expo-config-generator/SKILL.md
source content

Expo Config Generator

Generate Expo configuration files for React Native app development.

Output Requirements

File Output:

app.json
,
app.config.ts
Format: Valid Expo configuration Standards: Expo SDK 50+

When Invoked

Immediately generate complete Expo configuration for the app.

Example Invocations

Prompt: "Create Expo config for production app" Output: Complete

app.config.ts
with all settings.