What about nativewind #6
|
Thanks foe your work, ZeroUI seems really great. |
Answered by
Austin1serb
Jun 21, 2025
Replies: 1 comment
|
I haven’t tested with NativeWind at all. If you're using NativeWind inside a React Native or other mobile app framework, React Zero-UI will not work, because it relies on the data-* attributes in the DOM, which don’t exist in native environments. React Zero-UI is built specifically for web platforms like Next.js, Vite, or any DOM-based app. Native platforms would require a completely different mechanism for global styling and UI state. which would be awesome if its something that can be implemented |
0 replies
Answer selected by
Herklos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven’t tested with NativeWind at all.
If you're using NativeWind inside a React Native or other mobile app framework, React Zero-UI will not work, because it relies on the data-* attributes in the DOM, which don’t exist in native environments.
React Zero-UI is built specifically for web platforms like Next.js, Vite, or any DOM-based app. Native platforms would require a completely different mechanism for global styling and UI state. which would be awesome if its something that can be implemented