mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
How to run this Storybook app
- Make sure you are on macOS and have the version of XCode that matches the react-native version that is required in this package.
- Run
yarn start
andyarn storybook
in two separate terminals.
How to start the original react-native app
- Make sure you are on macOS and have the version of XCode that matches the react-native version that is required in this package.
- Uncomment all the lines in
index.android.js
,index.ios.js
, and deleteindex.js
. - Run
yarn start