Skip to content

v0.1.0 — the visual-regression studio relaunch

Latest

Choose a tag to compare

@Ge-limin Ge-limin released this 02 Jul 06:32
9f96250

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):
    npx shadcn@latest add https://raw.githubusercontent.com/Ge-limin/shad-expo-studio/main/public/r/button.json
    Items: badge, button, card, text-field, toggle-row, tasks-screen. Plain 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.md documents the component + examples authoring loop.

Full details in CHANGELOG.md.

🤖 Generated with Claude Code