storybookjs / addon-react-native-web

Build react-native-web projects in Storybook for React
MIT License
83 stars 24 forks source link

Remove builder config from main.js #54

Closed shilman closed 1 year ago

shilman commented 1 year ago

Not needed now that we're using v7 frameworks and actually wrong in v7 because it should be @storybook/builder-webpack5 if we were going to configure it manually 😉

📦 Published PR as canary version: 0.0.20--canary.54.c33318c.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/addon-react-native-web@0.0.20--canary.54.c33318c.0 # or yarn add @storybook/addon-react-native-web@0.0.20--canary.54.c33318c.0 ```

Version

Published prerelease version: v0.0.20-next.1

Changelog #### 🐛 Bug Fix - Remove builder config from main.js [#54](https://github.com/storybookjs/addon-react-native-web/pull/54) ([@shilman](https://github.com/shilman)) - migrate to storybook 7.0.0-beta [#52](https://github.com/storybookjs/addon-react-native-web/pull/52) ([@natsuki-ornikar](https://github.com/natsuki-ornikar) [@arnaudmanaranche](https://github.com/arnaudmanaranche)) #### ⚠️ Pushed to `next` - lock ([@dannyhw](https://github.com/dannyhw)) - trigger canary ([@dannyhw](https://github.com/dannyhw)) #### Authors: 4 - Daniel Williams ([@dannyhw](https://github.com/dannyhw)) - Eñaut ([@arnaudmanaranche](https://github.com/arnaudmanaranche)) - Michael Shilman ([@shilman](https://github.com/shilman)) - Natalie Rouvière ([@natsuki-ornikar](https://github.com/natsuki-ornikar))