Welcome to the Universal Storybook setup for an Expo project with NativeWind. This guide will help you run Storybook on both web and mobile platforms, ensuring a consistent UI development experience across environments.
Before starting, ensure you have the following installed:
- Node.js (>18) and npm
- Expo CLI
- Storybook CLI
- Clone this repo
- Install the dependencies
npm install
- Write your own Stories
- Run the storybook
bash npm run storybook:web
bash npm run storybook:ios
bash npm run storybook:android
bash npm run start