Benoit Dion 87f21ac7a2 Integrate crna-kitchen-sink into the monorepo
Add a metro config file to ignore undesired packages from the metro bundle. Also avoid hoisting react-native.
2019-03-16 10:33:50 -04:00

10 lines
327 B
Markdown

# CRNA Kitchen Sink
This project was bootstrapped wit [Expo](https://github.com/expo/expo-cli) and storybook using [storybook CLI](https://www.npmjs.com/package/@storybook/cli).
## Getting started
1. Install dependencies: `yarn install` at the root
2. Run the storybook server: `yarn storybook`
3. Run the app: `yarn start`