0.1.0-alpha.10 • Published 1 year ago

@gluestack/ui v0.1.0-alpha.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

image

getting started

expo init --template expo-template-storybook AwesomeStorybook

Ondevice

yarn start

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-stories

To watch the stories files

yarn storybook-watcher

Note that this is only necessary for when you add or remove a story file.

Web

yarn storybook