heroui-native
Installation
SKILL.md
HeroUI Native
React Native component library built on Tailwind v4 via Uniwind with smooth animations and accessibility.
Quick Reference
import { Button, Card, TextField, Dialog, Toast, Switch } from 'heroui-native';
Provider Setup (required)
import { HeroUINativeProvider } from 'heroui-native';
import { GestureHandlerRootView } from 'react-native-gesture-handler';