What problem does it solve? Building native-feeling mobile apps with Expo requires knowing dozens of platform conventions, correct library choices, and iOS-specific patterns that are easy to get wrong, such as safe area handling, navigation structure, and deprecated APIs. ## Core Features & Use Cases - Navigation & Routing: Implement Expo Router stacks, native tabs, form sheets, modals, link previews, and context menus following Apple Human Interface Guidelines. - Native UI Components: Use SF Symbols, native controls (Switch, Slider, DateTimePicker), liquid glass effects, blur, and CSS gradients for platform-authentic styling. - Animations & Media: Add Reanimated entering/exiting/scroll-driven animations, camera capture, audio/video playback, and local storage with SQLite or localStorage. - Use Case: When building a new Expo app screen, apply this Skill to structure routes correctly, add a native search bar to the stack header, style with system colors, and animate list items with staggered entrances. ## Quick Start Ask the assistant to build an Expo app screen with native tabs, a stack header with search, and Reanimated list animations following the building-native-ui guidelines.