First tagged release. The repo now says what it is: a visual-regression studio for Expo / React Native UI components, not a component library.
Highlights
- Live Storybook, published from CI via Chromatic: https://main--6928fcf80c2ca635d2fe1c28.chromatic.com
- Install components from the registry (shadcn-compatible, source-copy, zero npm dependency):
Items: badge, button, card, text-field, toggle-row, tasks-screen. Plain
npx shadcn@latest add https://raw.githubusercontent.com/Ge-limin/shad-expo-studio/main/public/r/button.json
StyleSheet— no NativeWind required. CI fails if the registry drifts from component sources. - Two-command local preview:
pnpm install && pnpm preview→ web Storybook at :6006, no Xcode. - Honest inventory: every component ships a deterministic example, a generated story, and a Chromatic baseline (6/6). 15 placeholder stubs and the dead web scaffolding are gone (−3000 lines).
CONTRIBUTING.mddocuments the component + examples authoring loop.
Full details in CHANGELOG.md.
🤖 Generated with Claude Code