starter-app/ ├── app/ # Expo Router pages │ ├── _layout.tsx # Root layout │ ├── index.tsx # Home page │ └── +not-found.tsx # 404 page ├── components/ # Reusable components │ ├── common/ # Common ...