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-storybookdirectory in your code editor of choice and building your first component! -
Browse your stories
Run
yarn storybook:iosfor ios oryarn storybook:androidfor android to see your component's stories on your emulator or device. -
Open up your app Run
yarn iosfor ios oryarn androidfor android to see your app on your emulator or device.