CollectUICollectUI

HeroUI Native Pro

Install and configure heroui-native-pro in a HeroUI Native project.

This guide assumes you have completed HeroUI Native.

Install Pro packages

Run hpsetup in the native project.

Confirm generated files

Verify that the generated heroui-native-pro files and package entries were added to the project.

git status

Use a Pro component

Import the generated component from your project and render it in an Expo screen.

import { Button } from 'heroui-native-pro';

export default function Screen() {
  return <Button>HeroUI Native Pro</Button>;
}

Start preview

pnpm start

On this page