Configures Storybook v10 for React Native and Expo projects, including Metro integration and environment setup.
Streamline the integration of Storybook v10 into your React Native development environment with this specialized skill. It automates the complex configuration steps for various project architectures, including Expo, Expo Router, and standard React Native CLI. The skill intelligently detects your preferred package manager (npm, yarn, pnpm, or bun), wraps your Metro configuration with the necessary Storybook helpers, and dynamically configures story globs to match your project's directory structure, allowing you to build and test UI components in isolation with ease.
Características Principales
01Intelligent package manager detection and command substitution
02Automatic Metro configuration wrapping via withStorybook
03Architecture-specific flows for Expo, Expo Router, and RN CLI
04Automated Storybook v10 initialization for mobile projects
05Dynamic story glob discovery for custom project structures
061,256 GitHub stars
Casos de Uso
01Initializing a design system workspace within an existing React Native application
02Configuring isolated UI component development for Expo Router projects
03Adding Storybook support to a vanilla React Native CLI project with TypeScript