Setting up Gluestack UI + React Native with Storybook Web #24892
Unanswered
hristo87
asked this question in
Show and tell
Replies: 1 comment 1 reply
-
@hristo87 the webpackfinal is not required since that alias is already handled by addon-react-native-web. The fix is adding the packages to the moduleToTranspile option here:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
If you're using React Native + Gluestack UI with Storybook Web and encountering challenges while wrapping your story in GluestackUIProvider, here's a sample main.js and preview.jsx configuration that you can use as a base to make it work.
main.js
preview.jsx
Beta Was this translation helpful? Give feedback.
All reactions