npx i
# web
npm run storybook:web
# ios
npm run storybook:ios
# android
npm run storybook:android
Start react native web storybook:
npm run storybook:web
build react native web storybook:
npm run build-storybook
npm run predeploy
npm run deploy-storybook
- This repository is a complete storybook app which contains
multiple stories for various components. You can add more stories to the
Components/package
directory as per your requirement. - Components directory contains all the components that can be used in any other react-native project.
- To create a build of your component, you need to add it inside the
Components
folder and then use it by importing. Rollup will create build of only components that are inComponents/package
folder.