What problem does it solve?
Provides a structured, reusable set of patterns for building React Native apps with Expo and bare workflow, reducing boilerplate and ensuring consistency across projects.
Core Features & Use Cases
- Project Structure: organize a scalable layout with app/, components/, hooks/, services/, stores/, utils/, constants/, and types/.
- Functional Components with TypeScript: encourage type-safe components and clear prop definitions.
- Platform-Specific Code: demonstrate shared logic with iOS/Android variations and extensions.
- Practical Patterns: navigation setup, custom hooks, NativeWind styling, safe area handling, and keyboard management.
- State Management & Persistence: simple state stores with persistence (Zustand or similar).
Quick Start
Follow the recommended folder layout and patterns to scaffold and implement your React Native app with Expo and bare workflow.