Replies: 2 comments
-
Any idea? Is it better if I submit an issue instead? |
Beta Was this translation helpful? Give feedback.
0 replies
-
See workaround in nativewind/nativewind#593 (bug in nativewind 4.0, 4.1 actually fix this but comes with other issues)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an issue publishing the expo web app on Vercel.
The t3 stack is perfect to have universal expo app for web, iOS, android.
I followed this:
https://docs.expo.dev/distribution/publishing-websites/#vercel
Running 'serve dist --single' to use the app locally works perfectly.
I added this script in apps/expo/package.json:
"build": "expo export -p web",
And updated apps/expo/turbo.json:
And set a config similar to nextjs in Vercel:
If I run 'vercel build' locally at the root of my project, the builds complete properly.
But on Vercel, I have this:
Can you help?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions