Skip to content

[DEPth MVP 프로젝트] 아이들팀의 서비스 '물은 답을 알고 있다.' 클라이언트 레포지토리입니다.

Notifications You must be signed in to change notification settings

DEPthes/2nd-MVP-Water-Client

Repository files navigation

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

To watch the stories files

yarn storybook-watch

Note that this is only necessary for when you add or remove a story file.

Web

Start react native web storybook:

yarn storybook:web

build react native web storybook:

yarn build-storybook

About

[DEPth MVP 프로젝트] 아이들팀의 서비스 '물은 답을 알고 있다.' 클라이언트 레포지토리입니다.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published