mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:21:06 +08:00
Get 'backgrounds' from the story parameters instead of the channel to match the web api. storybook react-native currently doesn't have theming/global value override so we still need the `withBackgrounds` decorator. TODO: update readme
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