mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Add a metro config file to ignore undesired packages from the metro bundle. Also avoid hoisting react-native.
327 B
327 B
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