0.0.3 • Published 5 years ago
expo-template-storybook-simple v0.0.3
expo-template-storybook-simple
You can use this template to create a new react native project with storybook already setup.
expo init --template expo-template-storybook-simple expoTemplateTestRunning storybook
To run storybook on the web run
yarn webFor android
yarn androidFor ios
yarn iosReact native server
Storybook server is also setup, the storybook server is an optional part of react native storybook where you can use web addons and control the device from the web version of storybook. You don't need to use the server, if you want you can run storybook entirely from the device
To run the storybook server run
yarn storybook