Skip to content

heroui-inc/heroui-native-example

Repository files navigation

HeroUI Native Example App

This is a React Native (Expo 54) project with HeroUI Native - a modern UI library that provides beautiful and customizable components for React Native applications.

Get started

  1. Clone the repository

    git clone https://github.com/heroui-inc/heroui-native-example.git
    cd heroui-native-example
  2. Install dependencies

    npm install
  3. Start the app

    npx expo start
  4. (Optional) Clean git history for a fresh start

    rm -rf .git
    git init
    git add .
    git commit -m "Initial commit"

You can start developing by editing the files inside the src/app directory. This project uses file-based routing with Expo Router.

Get a fresh project

When you're ready to start with a clean slate, run:

npm run reset-project

This command will move the current src directory to app-example-src and create a new src/app directory with basic HeroUI Native setup where you can start developing.

About HeroUI Native

HeroUI Native is a comprehensive UI library built for React Native that provides:

  • Beautiful, accessible components out of the box
  • Consistent design system
  • TypeScript support
  • Customizable theming
  • Modern styling with NativeWind/Tailwind CSS

Learn more about HeroUI Native at: https://github.com/heroui-inc/heroui-native

About

HeroUI Native - Demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published