ashokvijayendra / react-native-storybook-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting started

To get all the dependencies run

yarn install

To run on the web use

yarn storybook

To run on ios or android

yarn start

in another terminal run

yarn ios

or

yarn 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 update-stories

To watch the stories files

yarn storybook-watcher

About


Languages

Language:Java 37.9%Language:Objective-C 27.4%Language:JavaScript 26.1%Language:Ruby 4.9%Language:Starlark 3.7%