storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
995 stars 142 forks source link

@storybook/react-native webpack bundler support #569

Closed mlakmal closed 2 months ago

mlakmal commented 2 months ago

We are using webpack based bundler (@callstack/repack) in our react-native application (instead of default metro bundler).

can this module be supported with webpack based bundlers?

dannyhw commented 2 months ago

@mlakmal yeah that should work, if you run into any issues then if you can share a reproduction I'm happy to take a look

mlakmal commented 2 months ago

closing this as it worked after some path mapping and @storybook/addon-webpack5-compiler-babe addon