/react-native-component-library-with-storybook-template

This is a template to get started making a component library for react native using TypeScript and storybook

Primary LanguageJavaScript

React-native component library template with storybook integration 2022💿 💿 💿

This is a template to start a typescript react native component library with a storybook integration

Using Template 💻 💻 💻 💻 💻

Run this command to create a new react-native project using the template npx react-native init $YourAppName --template https://github.com/daboigbae/react-native-component-library-with-storybook-template

** Make sure to replace $YourAppName with the name you want to give your project

demo image

Running Project🏃‍♀️ 🏃‍♀️ 🏃‍♀️ 🏃‍♀️ 🏃‍♀️

iOS

Take the following steps to open the storybook locally on iOS

  1. run yarn install
  2. run yarn ios at root
Android

Take the following steps to run the application locally for iOS

  1. run yarn install
  2. run yarn android