What problem does it solve? Building mobile UIs with HeroUI Native requires avoiding web-based HeroUI React patterns, and developers need current component documentation, theme variables, and correct setup steps for the beta library. ## Core Features & Use Cases - Component Documentation Access: Fetch MDX docs for any HeroUI Native component, including props, anatomy, variants, and examples, via scripts or direct URLs. - Theme Variable Retrieval: Get light and dark mode HSL color tokens, border radius, and opacity values for theming with Uniwind. - Setup Guidance: Provides installation steps, required peer dependencies, and provider configuration for Expo-based React Native projects. - Use Case: When adding a Card or Dialog to a React Native screen, fetch the component docs first to get the correct compound component structure and native event handlers like onPress. ## Quick Start Ask the agent to fetch the HeroUI Native Button documentation and show how to use it in an Expo React Native screen.