The ghost-ui CLI mirrors the shadcn workflow for React Native.
Configure Metro, Babel, Tailwind, and seed utils/theme.
npx ghost-ui-native init --yesCopy components from the registry into your project.
npx ghost-ui-native add button card dialogInstall every registry component.
npx ghost-ui-native add --all --yesList available registry items.
npx ghost-ui-native listVerify NativeWind, Metro, Babel, and alias setup.
npx ghost-ui-native doctor--yes — skip prompts and install dependencies--overwrite — replace existing config files--dry-run — preview without writing files