npx i# web npm run storybook:web# ios npm run storybook:ios # android npm run storybook:androidStart react native web storybook:
npm run storybook:web build react native web storybook:
npm run build-storybooknpm 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/packagedirectory 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
Componentsfolder and then use it by importing. Rollup will create build of only components that are inComponents/packagefolder.
