Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 905 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 905 Bytes

A starter project with react native 0.77.0, @storybook/react-native 8, @storybook/react-native-web-vite

picture of storybook

getting started

To get all the dependencies run

yarn install

To run on the web with addon-react-native-web use:

yarn storybook:web

To run storybook on ios or android using metro (this starts the metro server with storybook enabled)

yarn storybook

then to build for ios or android in another terminal run

yarn storybook:ios

or

yarn storybook:android

To update the stories one time, this happens once automatically when metro starts and withStorybook is enabled.

yarn storybook-generate

navigate to a story with deep link example npx uri-scheme open "rnstorybook-starter:///?STORYBOOK_STORY_ID=button--secondary" --android --ios