Build beautiful React Native apps
76 production-ready components. Copy, paste, customize.
Cross-Platform
iOS, Android, and Web with platform-aware touch targets
Accessible
44pt iOS / 48dp Android touch targets, screen reader support
Themeable
Dark, Light, Oatmeal + Glass morphism themes
TypeScript
Full type support with exported types
NativeWind
Styled with Tailwind via NativeWind
Copy & Paste
Own your code, no hidden dependencies
Quick Start
Terminal
npx hyena-studio add buttonApp.tsx
import { Button } from '@/components/ui/button'
export default function App() {
return (
<Button onPress={() => console.log('Pressed!')}>
Get Started
</Button>
)
}