expo-template-storybook

4.0.8 • Public • Published

image

getting started

npx create-expo-app --template expo-template-storybook AwesomeStorybook

or

yarn create expo-app --template expo-template-storybook AwesomeStorybook

app

yarn start

Ondevice

In this template you can now run yarn storybook to start ondevice storybook or yarn start to start your expo app. This works via env variables and expo constants.

# either
yarn storybook

# ios
yarn storybook:ios

# android
yarn storybook:android

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 storybook-generate

Web

Start react native web storybook:

yarn storybook:web

build react native web storybook:

yarn build-storybook

Readme

Keywords

none

Package Sidebar

Install

npm i expo-template-storybook

Weekly Downloads

50

Version

4.0.8

License

MIT

Unpacked Size

99.4 kB

Total Files

22

Last publish

Collaborators

  • dannyhw