1.0.2 • Published 3 years ago
mac-storybook v1.0.2

getting started
To get all the dependencies run
yarn installTo run on the web use
yarn storybookTo run on ios or android
yarn startThen from open the app from the terminal or from the expo ui in ios or android.
important for ondevice
If you add new stories on the native (ondevice version) you either need to have the watcher running or run the stories loader
To update the stories one time
yarn update-storiesTo watch the stories files
yarn storybook-watcherNote that this is only necessary for when you add or remove a story file.