What problem does it solve? Building polished native mobile UIs with Expo requires knowing dozens of platform-specific conventions, correct library choices, and iOS design patterns that are easy to get wrong. This Skill consolidates the correct patterns for navigation, styling, animations, controls, and native features so generated code follows Apple Human Interface Guidelines and uses current Expo APIs instead of deprecated ones. ## Core Features & Use Cases - Navigation & Routing: Expo Router conventions including stacks, native tabs, form sheets, modals, link previews, context menus, and dynamic route structure. - Native UI Patterns: SF Symbols icons, native controls (Switch, Slider, SegmentedControl, DateTimePicker), toolbar buttons, header search bars, and liquid glass effects for iOS 26. - Motion & Media: Reanimated entering/exiting/scroll-driven animations, camera and media capture, audio/video playback with expo-audio and expo-video, and WebGPU/Three.js 3D scenes. - Use Case: When asked to add a settings screen with a native tab bar, search header, and animated list to an Expo app, the Skill produces code using NativeTabs, headerSearchBarOptions, and Reanimated presets that work in Expo Go. ## Quick Start Use the building-native-ui skill to create an Expo Router screen with a native tab layout, large-title stack header, and a scroll-driven animated list.