nutstick / expo-template-storybook

An expo template for react native storybook

Home Page:https://www.npmjs.com/package/expo-template-storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

An expo template for react native storybook

https://www.npmjs.com/package/expo-template-storybook


Languages

Language:JavaScript 67.5%Language:TypeScript 32.5%