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 color systems, and platform-specific components. This Skill provides the guidelines and reference recipes to build screens that match each platform's design language without guesswork. ## Core Features & Use Cases - Semantic Color System: Use the Color API from expo-router with a centralized theme/colors.ts palette that auto-adapts to light/dark mode on iOS and Android. - Native Controls & Icons: Recipes for Switch, Slider, SegmentedControl, DateTimePicker, and SF Symbols via expo-symbols with Material icon fallbacks on Android. - Visual Effects & Media: Blur views, liquid glass effects (iOS 26+), CSS gradients, camera/audio/video integration, and local storage patterns with expo-sqlite. - Use Case: When building a settings screen for an Expo app, use this Skill to pick native controls, apply semantic colors, add haptics, and decide whether Expo Go is sufficient before creating a custom native build. ## Quick Start Use the expo-native-ui skill to style my Expo settings screen with native controls, semantic colors, and SF Symbol icons.