dannyhw/react-native-storybook-starter

starter project for react native cli setups, typescript included

53

stars

48

commits

TypeScript

primary language

Mar 11, 2026

updated

Browse cluster: Flutter & Dart Mobile Development

README

A starter project with react native and storybook

picture of storybook

getting started

To get all the dependencies run

yarn install

for iOS

cd ios
pod 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?STORYBOOK_STORY_ID=button--secondary" --android --ios

Contributors

dannyhw

48 commits

dannyhw/react-native-storybook-starter

starter project for react native cli setups, typescript included

53

stars

48

commits

TypeScript

primary language

Mar 11, 2026

updated

Browse cluster: Flutter & Dart Mobile Development

README

A starter project with react native and storybook

picture of storybook

getting started

To get all the dependencies run

yarn install

for iOS

cd ios
pod 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?STORYBOOK_STORY_ID=button--secondary" --android --ios

Contributors

dannyhw

48 commits

Languages

TypeScript

50.0%

Kotlin

14.5%

Swift

13.3%

JavaScript

11.6%

Ruby

10.7%