react-native-reusables
react-native-reusables copied to clipboard
Universal shadcn/ui for React Native featuring a focused collection of components - Crafted with NativeWind v4 and accessibility in mind.
**Describe the bug** Can't add form to project. It is listed in the demo app but I cant find it in the docs neither can I add this to my...
Web color scheme is broken. To make a working color scheme for web version of app without breaking native version, it requires to write an ugly work around like this:...
It would be great to have a Sidebar component as part of this library 
**Describe the bug** It is similar to this opened issue https://github.com/shadcn-ui/ui/issues/4457 I put the description here as well: > The Toggle button has the following background colors for the hover...
**Describe the bug** I have two `` components, one on the main page and one in another page. On the other page the Select children are not positioned correctly (see...
**Describe the bug** When importing Avatar in storybook react native web using vite, I got the import as an empty object. I am also using the Slot module, and it...
``` ( // dropdown component as in Doc ), }} /> ```
**Is your feature request related to a problem? Please describe.** Currently, when generating a component using npx @react-native-reusables/cli@latest add [component], the generated import statements are always in the named import...
Depricated combobox is not working as expected, is there any plan to impliment combobx as part of reusables. ?
It would be great to have a DatePicker component as part of this library. You might want to check out [react-native-ui-datepicker](https://github.com/farhoudshapouran/react-native-ui-datepicker) it supports NativeWind as well. Also, it is very...