gluestack_ui 0.1.0-beta.4
A universal UI library that provides optionally styled and accessible widgets, designed for easy integration into applications developed with Flutter.

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