What problem does it solve?
Provides a structured set of guidelines to help developers build mobile apps with Expo that are scalable, maintainable, and performant, reducing guesswork and inconsistencies across teams.
Core Features & Use Cases
- Architecture & Patterns: guidance on frontend/backend boundaries, React context usage, and modern React Native practices.
- Routing & UI: recommendations for Expo Router, file-based routing, layouts, and navigation patterns.
- State & Data: guidance on state management using React Query and useState, and persistent state strategies.
- Permissions & Native Capabilities: instructions for requesting and handling device permissions (Camera, Location, Files) with real-device testing.
- Workflow & Compliance: best practices for project structure, coding standards, and deployment workflows, including fonts, icons, and motion.
Quick Start
Create a minimal Expo app skeleton following these guidelines and implement routing with expo-router.