1.0.1 • Published 2 years ago

movatron-components v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

image

getting started

expo init --template expo-template-storybook movatron-components

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