-
Notifications
You must be signed in to change notification settings - Fork 113
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
[WIP] feat: add NativeWind plugin #841
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
d102bf6
to
1a31210
Compare
Regarding For now let's just go with explicit dependency of |
8803ca6
to
34e7f42
Compare
34e7f42
to
7688e4b
Compare
Regarding other issues: |
Next issues to resolve
1. How to resolve 'react-native-css-interop'
It gets put into
/node_modules/nativewind/node_modules/react-native-css-interop
Possible solutions:
react-native-css-interop
as a dependency2. Make
verifyInstallation
workThis throws. The error is not necessarily exactly the cause of the issue.
That should indicate that
wrapJSX
is not being called as this is what makes this code valid:3. Solve
useContext
issue thrown with cssInteropGood: progress, at least cssInterop is integrated to render the JSX.
Bad: throws.
Different dependencies or something else is causing this?
4. Be able to debug and step through compiled code in Dev Tools