git log --oneline --stat
HEAD
- Stars
- 2.7k
- Forks
- 111
- Updated
- May 23, 2026
repo --stat
stars
2.7k
forks
111
last update
May 23, 2026
license
MITv2.4.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add expo-app-builder - Invoke
// Run from any project directory
$ claude --skill expo-app-builder "help me ship this" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill expo-app-builder "now refactor it"
expo-app-builder/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Expo App Builder (Router + EAS)
- slug:
- expo-app-builder
- version:
- v2.4.0
- license:
- MIT
- author:
- @expo-craft
- categories:
- tags:
- #expo#react-native#eas#router#ota
- description:
Expo Router file-based nav, EAS Build, OTA updates, native modules — modern React Native without the YAML.
features.md
4 capabilities
// What you can do with it
- Generates an Expo Router tree under app/: _layout.tsx roots, (tabs) groups, dynamic segments like [id].tsx, and enables typedRoutes in app.json for autocompleted and router.push.
- Writes eas.json with development, preview, and production profiles, where development sets developmentClient: true and distribution: internal.
- Configures EAS Update: runtime version policy, updates.url, and channel-to-branch mapping so production builds pull from the production branch.
- Adds the expo-dev-client dependency and any config plugins a native module needs, so prebuild regenerates ios/ and android/ correctly.
README.md
expo-app-builder/README.md
8 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…