Last active
March 29, 2020 12:38
-
-
Save majirosstefan/f478639bd52172085f4b20bdc8cef0d7 to your computer and use it in GitHub Desktop.
For React and React Native
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// in React setup | |
npx -p @storybook/cli sb init --type react | |
// in React Native setup | |
npx -p @storybook/cli sb init --use-npm --type react_native |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment