What problem does it solve? Building mobile apps with the Expo template requires knowing its conventions, file layout, theming system, and common pitfalls; this Skill provides the complete development guide so agents and developers avoid broken flows, crashes, and styling mistakes. ## Core Features & Use Cases - Template Conventions: Documents the Expo SDK 54 + React Native 0.81 + TypeScript stack, project structure, ScreenContainer SafeArea handling, and tab icon mapping rules. - Styling & Theming: Explains NativeWind v4 Tailwind usage, the shared theme.config.js token system, dark mode behavior, and the cn() class-merging utility. - Pitfall & Crash Prevention: Lists common failures (Pressable className, gesture worklets, iOS ph:// URIs, missing icon mappings) with concrete fixes, plus interaction, haptics, and animation guidelines. - Use Case: When scaffolding a new mobile-app feature, follow the guide to edit app/(tabs)/index.tsx, register icons in icon-symbol.tsx, wire providers in app/_layout.tsx, and pass the delivery checklist before shipping. ## Quick Start Use the webdev-readme-mobile guide to build a new screen in my Expo mobile app following the template conventions.