What problem does it solve? Building native-feeling mobile apps with Expo requires knowing dozens of platform conventions, library choices, and navigation patterns. This Skill consolidates the correct APIs, styling rules, and component patterns so generated code follows Apple Human Interface Guidelines and current Expo best practices instead of deprecated React Native approaches. ## Core Features & Use Cases - Navigation & Routing: File-based routing with Expo Router, native tabs, stacks, modals, form sheets, link previews, and context menus. - Native UI Patterns: SF Symbols icons, native controls (Switch, Slider, SegmentedControl, DateTimePicker), toolbars, header search, and liquid glass effects for iOS 26. - Animation & Media: Reanimated entering/exiting/scroll-driven animations, camera, audio/video playback, and media library saving. - Web Interop: DOM components via the 'use dom' directive to run web libraries like recharts inside a native app. - Use Case: Ask the agent to scaffold an Expo app with a tab layout, a searchable list screen, and a detail page with zoom transitions, and it produces code using NativeTabs, headerSearchBarOptions, and Reanimated presets. ## Quick Start Use the building-native-ui skill to create an Expo app screen with a native tab layout, a searchable list, and a detail page with entering animations.