Automates the setup of Storybook v10 for React Native projects, handling the different configurations needed for Expo, Expo Router, React Native CLI, and Re.Pack setups. The skill intelligently detects your package manager (npm, yarn, pnpm, or bun) and uses the right commands throughout the installation process. It's especially thoughtful about Expo projects, using `npx expo install` to ensure dependency versions stay compatible. This saves you from the usual headaches of wiring up Storybook in a mobile environment where the Metro bundler and native tooling add complexity. If you're building a component library or design system for a React Native app, this gets you from zero to running Storybook without the manual configuration wrestling.
npx skills add https://github.com/storybookjs/react-native --skill setup-react-native-storybook