What problem does it solve? Styling Expo and React Native apps to feel truly native on both iOS and Android requires deep knowledge of Apple HIG, Material Design 3, semantic colors, and platform-specific controls. This Skill provides the guidelines and reference recipes to build screens that match each platform's design language without guesswork. ## Core Features & Use Cases - Native Styling System: Use the Color API from expo-router for semantic colors that auto-adapt to light/dark mode on iOS and Android, with a centralized theme palette. - Native Controls & Icons: Recipes for Switch, Slider, SegmentedControl, DateTimePicker, and SF Symbols via expo-symbols, with Material icon fallbacks for Android. - Media & Visual Effects: Camera, audio, and video with expo-audio/expo-video, plus blur, liquid glass (expo-glass-effect), CSS gradients, and WebGPU/Three.js 3D graphics. - Use Case: When building a settings screen or camera flow in an Expo app, use this Skill to pick the right native control, apply platform-correct colors and safe-area handling, and decide whether Expo Go is sufficient or a custom build is required. ## Quick Start Use the expo-native-ui skill to style my Expo settings screen with native controls, semantic colors, and proper safe-area handling.