Architecture
Storybook Integration
How to launch and use Storybook for Expo and Next.js UI component development.
Supercharge Your UI Development with Storybook
CloudNua Mobile provides Storybook integration to streamline UI component development and testing processes.
Launching Storybook
Storybook (Expo)
For iOS components:
Terminal
cd apps/expo
npm run storybook:iosFor Android components:
Terminal
cd apps/expo
npm run storybook:androidFor web components:
Terminal
cd apps/expo
npm run storybook:webStorybook (Next.js)
For Next.js app components:
Terminal
cd apps/next
npm run storybook