heroui-native

Configure HeroUI Native components and theme tokens for React Native and Expo.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/babually/bongo-template --skill heroui-native-babually
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heroui-native
Source: https://github.com/babually/bongo-template/tree/main/.agents/skills/heroui-native
Command: npx skills add https://github.com/babually/bongo-template --skill heroui-native-babually

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you design and implement mobile user interfaces with HeroUI Native without guessing package setup, component usage, or theming details.

Core Features & Use Cases

  • Component Guidance: Find the right HeroUI Native component and learn how to use it correctly for buttons, cards, dialogs, text fields, and more.
  • Documentation Retrieval: Pull up component-specific docs, general guides, and theme variables on demand before implementing.
  • Mobile UI Setup: Follow the required Expo, Uniwind, gesture-handler, and provider configuration for a working HeroUI Native app.
  • Use Case: A developer building a React Native screen can quickly verify the correct compound component structure, props, and theme tokens before shipping the UI.

Quick Start

Use this skill to look up the HeroUI Native documentation and theme variables for the component you are about to implement.

Frequently Asked Questions about heroui-native

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up HeroUI Native components in a React Native and Expo project?

To set up HeroUI Native, you must configure Expo, Uniwind, gesture-handler, and the required providers to establish a working mobile UI environment. This Skill provides the specific setup guidance and package configuration needed for your React Native app.

How do I apply dark mode theming to React Native UI components?

Applying dark mode theming requires fetching the correct theme variables and tokens from the HeroUI Native documentation. This Skill retrieves those theme variables on demand so you can accurately implement dark mode in your mobile interfaces.

What is the correct compound component structure for HeroUI Native buttons and cards?

The correct compound component structure for buttons and cards is found by retrieving component-specific documentation on demand. This Skill pulls up the exact props and structural hierarchy needed before you implement your React Native UI.

Can I use HeroUI Native with Expo for building mobile interfaces?

Yes, you can use HeroUI Native with Expo to build mobile interfaces. This Skill provides the required Expo configuration, alongside Uniwind and gesture-handler setup, ensuring your UI components function correctly in your development environment.

What's the best way to find the right props for HeroUI Native text fields and dialogs?

The best way to find the right props is to query the component-specific documentation before coding. This Skill fetches the accurate docs for text fields and dialogs on demand, allowing you to verify props and usage before shipping your UI.