Skip to content

jbtheard/expo-template-storybook

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • TypeScript 33.2%