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.
-
Clone the repository
git clone https://github.com/heroui-inc/heroui-native-example.git cd heroui-native-example -
Install dependencies
npm install
-
Start the app
npx expo start
-
(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.
When you're ready to start with a clean slate, run:
npm run reset-projectThis 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.
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