Todo app repository used during the "Design System in React Native: a Storybook approach" speech at React Native Heroes.
-
Install the dependencies.
Navigate into your new site’s directory and install the necessary dependencies.
# Navigate to the directory cd react-native-storybook/ # Install the dependencies yarn
-
Open the source code and start editing!
Open the
react-native-storybook
directory in your code editor of choice and building your first component! -
Browse your stories
Run
yarn storybook:ios
for ios oryarn storybook:android
for android to see your component's stories on your emulator or device. -
Open up your app Run
yarn ios
for ios oryarn android
for android to see your app on your emulator or device.