Replies: 7 comments 3 replies
-
Hey! Thank you for your suggestion! React Native will probably be even more difficult compared to other frameworks. This is because a lot of the code relies on the DOM. I'm also not familiar with React Native, but my assumption is that you don't really have a DOM so the conversion will probably be lots of work. |
Beta Was this translation helpful? Give feedback.
-
Support for react native or independently published components that are for native would be killer. The component / ui kit landscape in RN is still lackluster. Previous projects working on headless components seem to be abandoned. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Having react-native support would be really nice, getting accessibility right in react-native is somewhat difficult due to how keyboard popover behaves in ios vs android (as in, it is up to the developer to figure out) |
Beta Was this translation helpful? Give feedback.
-
I would love to be able to use TailwindUI in React Native! Nativewind looks quite promising for the Tailwind part, so that just leaves a react native headless library as the final piece of the puzzle. |
Beta Was this translation helpful? Give feedback.
-
I've been using https://github.com/marklawlor/nativewind and it works flawlessly. A headless-ui with react-native & react-native-web would be an amazing fit. I tried several approaches but most ui components in the react-native landscape have a pre-defined theming and styled components. |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on developing a React Native version of Headless UI by myself. The package is still in its early stages, but I intend to refine it soon. |
Beta Was this translation helpful? Give feedback.
-
I know lots of people come in here with 'Can you support X platform' so sorry for being another one of that.
React Native has become a killer platform in the past few years, and React Native Web is becoming a formidable player, allowing users use 1 codebase for cross-platform apps.
React Native support will allow us to build our design system for the entire company / project from the ground up and not need to worry about supporting components on separate platforms ever again.
Love the great work so far, keep killing it!
Beta Was this translation helpful? Give feedback.
All reactions