-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes web build for expo #205
Comments
For some weird reason, if I download the ZIP of the same release version and put it in my project folder it works. But when I use the node_modules version, it doesn't work. |
Ah thanks! I will make sure to do a release then if its sorted out in the latest version of the code base? |
This seems to be similar, are you sure you're not missing on a babel plugin? |
That does indeed seem like the same issue. |
I'm running into the same issue. I'm using expo 39.0.2. Using the downloaded ZIP works in the expo web build, but throws the error below when trying to load on an Android emulator.
|
@bjornarhagen I was able to get the NPM package running the expo web build by following the steps in this similar issue - akveo/react-native-ui-kitten#996 (comment). My webpack.config.js ended up looking like this:
|
This worked for me 😅 |
I do have the exact same issue but the Is there a workaround for this issue? |
This works for me too! Thanks! |
Expo cannot build web version when using this module.
This is the error I get:
The text was updated successfully, but these errors were encountered: