What problem does it solve?
Setting up a new React Native Expo project with a production‑ready architecture, including navigation, theming, API integration, state management, and iOS/Android UI conventions, is time‑consuming and error‑prone.
Core Features & Use Cases
- Focused agents (
/arc-scaffold, /arc-connect, /arc-ui, /arc-feature, /arc-audit) that can be run independently to create or extend a project.
- Full project scaffolding with folder structure, dependency installation, TypeScript configuration, linting, and providers stack.
- Mobile design system covering touch targets, typography, color schemes, and platform‑specific guidelines.
- Code templates for components, screens, hooks, and API services that follow the strict component architecture.
- Use cases include initializing a brand‑new app, adding authentication and data layers, building UI screens, creating new domains, and auditing for UX or performance violations.
Quick Start
Run the /arc-scaffold command to generate a complete React Native Expo project with best‑practice architecture.