What about nativewind #6
-
|
Thanks foe your work, ZeroUI seems really great. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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