mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:41:13 +08:00
Publish the app to `https://exp.host/@storybook/crna-kitchen-sink?release-channel=branch-name`. This enables contributors/ code reviewers without much RN experience to easily preview the app from their phone. A side effect of publishing is it confirms the app at the very least bundles correctly.
CRNA Kitchen Sink
This project was bootstrapped wit Expo and storybook using storybook CLI.
Getting started
- Install dependencies:
yarn install
at the root - Run the storybook server:
yarn storybook
- Run the app:
yarn start