What problem does it solve? Building Expo apps that feel truly native requires knowing which components, colors, and APIs match Apple HIG and Android Material conventions, and which legacy libraries to avoid. This Skill encodes those decisions so generated screens use semantic colors, native controls, SF Symbols, and correct safe-area behavior by default. ## Core Features & Use Cases - Native styling system: Apply Apple HIG styling with the type-safe Color API from expo-router, CSS boxShadow, continuous border curves, and automatic light/dark adaptation. - Component and library guidance: Choose between @expo/ui native controls, React Native built-ins, and modern replacements (expo-audio, expo-video, expo-image) while avoiding removed or legacy modules. - Deep reference coverage: Consult dedicated references for Reanimated animations, native controls, CSS gradients, SF Symbols, camera/media, storage, blur and liquid glass effects, and WebGPU/Three.js 3D scenes. - Use Case: When asked to build a settings screen or camera flow in an Expo app, the agent produces code using @expo/ui controls, semantic colors, haptics, and glass effects, and knows whether Expo Go suffices or a custom build is required. ## Quick Start Use the expo-native-ui skill to build a native-feeling profile screen with semantic colors, SF Symbol icons, and a scroll-responsive layout.