Setup of expo app.
This file contains 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
// Intialise the project - Here you can choose simple ts project setup in the options | |
expo init react-native-storybook-atomic-ts | |
cd react-native-storybook-atomic-ts | |
// Run storybook installations in the react native project - Choose yes when asked for the react-native server installation | |
npx -p @storybook/cli sb init --type react_native |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment