-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
nativewind & expo-router #105
base: main
Are you sure you want to change the base?
Conversation
Hey @tyrauber thanks a lot for this example! |
Hey @kickbk, my apologies. You need the tailwindcss post-install hook. I'll rebase and update the repo.
Also, Nativewind v4 has been released so you can update to [email protected]. |
post-install hook compiles css: ``` "eas-build-post-install": "tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css.native.css" ```
0bec960
to
3f31683
Compare
Thanks @tyrauber. I believe we need to generate a |
Hey @kickbk, I think this issue - initial build failure, succeeding on subsequent builds - was resolved in 4.0.22. If you pull this branch and |
Big fan or Mark Lawlor's work on Nativewind and expo-router. This PR merely drops in nativewind/examples/expo-router as a replacement for app-mobile. Closes #101.