Skip to content

Instantly share code, notes, and snippets.

@suprith-s-reddy
Last active June 27, 2021 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suprith-s-reddy/a3ea5a25d218e7ce7f596421cb730a41 to your computer and use it in GitHub Desktop.
Save suprith-s-reddy/a3ea5a25d218e7ce7f596421cb730a41 to your computer and use it in GitHub Desktop.
Setup of expo app.
// 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