1.0.5 • Published 8 months ago

react_native_storybook_starter v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

A starter project with react native 0.75.3, @storybook/react-native 8, storybook/addon-react-native-web

picture of storybook

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

To update the stories one time

yarn storybook-generate