https://github.com/aquaticcalf/shadcn-rn-registry-template.git
a minimal template for building component registries in react native using expo and nativewind.
registry/components-lib/components and registry/components-lib/blocksbun install
bun dev
bun android # Android
bun ios # iOS
bun web # Web
bun fix # Format and fix code with biome
bun lint # Lint with expo
โโโ app/ # expo router pages and layouts
โโโ components/ # reusable components
โโโ registry/ # shadcn component registry (registry.json manages metadata)
โโโ constants/ # app constants
โโโ hooks/ # custom react hooks
โโโ lib/ # utility functions
โโโ assets/ # static assets
this project uses the shadcn cli registry distribution system. components are defined in the registry and can be discovered and managed through the shadcn ecosystem.