14 lines
529 B
Markdown

## How to run this Storybook app
1. Make sure you are on macOS and have the version of XCode that matches the
react-native version that is required in this package.
2. Run `yarn start` and `yarn storybook` in two separate terminals.
## How to start the original react-native app
1. Make sure you are on macOS and have the version of XCode that matches the
react-native version that is required in this package.
2. Uncomment all the lines in `index.android.js`, `index.ios.js`, and delete
`index.js`.
3. Run `yarn start`