What problem does it solve? Building mobile interfaces in React Native requires correct component usage, theming, and setup that differ significantly from web patterns, and applying web-based HeroUI conventions leads to broken styling and incorrect event handling. ## Core Features & Use Cases - Component Documentation Access: Fetch complete MDX documentation for HeroUI Native components like Button, Card, TextField, and Dialog, including props, anatomy, and examples. - Theme Variable Retrieval: Pull light and dark mode theme variables in HSL color format for configuring Uniwind-based theming in global.css. - Setup Guidance: Provides installation steps, provider wrapping (HeroUINativeProvider, GestureHandlerRootView), and compound component patterns for Expo projects. - Use Case: When building a settings screen in an Expo app, use this Skill to fetch the Card and TextField component docs, apply semantic variants like primary and danger, and configure dark mode switching via Uniwind. ## Quick Start Use the heroui-native skill to fetch the Button component documentation and show me how to add a primary action button to my Expo app.