What problem does it solve? Building native-feeling mobile UIs with Expo requires knowing dozens of platform conventions, correct library choices, and iOS-specific patterns that are easy to get wrong. This Skill consolidates the correct approaches for navigation, styling, controls, animations, and media so generated code follows Apple Human Interface Guidelines and uses current Expo APIs instead of deprecated ones. ## Core Features & Use Cases - Navigation & Routing: Implements Expo Router patterns including stacks, native tabs, modals, form sheets, link previews, and context menus with correct file-based route structure. - Native UI Components: Provides guidance on SF Symbols icons, native iOS controls (Switch, Slider, SegmentedControl, DateTimePicker), blur and liquid glass effects, and Reanimated animations. - Media, Storage & 3D: Covers camera, audio/video playback with expo-audio/expo-video, SQLite/localStorage persistence, and WebGPU/Three.js 3D scenes. - Use Case: When asked to add a settings screen to an Expo app, the Skill produces a native stack screen with a large-title header, SF Symbol icons, native switches with haptics, and proper safe-area handling instead of generic cross-platform components. ## Quick Start Use the building-native-ui skill to create an Expo Router screen with a native tab bar, search header, and scroll-driven animations.