You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
The recent update to the @expo/webpack-config package with the removal of the withUnimodules function has broken the expo storybook example implementation for the web. The function is still mentioned in the README and in the with-storybook example here.
withUnimodules was a bit of a misleading name since unimodules were a native feature and the function configured Webpack to load react-native-web + modules maintained by the Expo team. In many ways a better name would be withMetroFeatures. Regardless, it seemed that this was mostly used for Storybook and the Storybook team has a more official solution now. I've updated the example accordingly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
needs reviewIssue is ready to be reviewed by a maintainer
Summary
The recent update to the
@expo/webpack-config
package with the removal of thewithUnimodules
function has broken the expo storybook example implementation for the web. The function is still mentioned in the README and in thewith-storybook
example here.Related issue in
expo/examples
repo: expo/examples#422Environment
N/A
Please specify your device/emulator/simulator platform, model and version
N/A
Error output
Reproducible demo or steps to reproduce from a blank project
with-storybook
expo example instructions for web.The text was updated successfully, but these errors were encountered: