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.
## Description: ⚠️ The goal of this pull request isn't to be merged, it's just a proof of concept, to know if we can integrate this kind of on demand...
**Describe the bug** I think I am experiencing the same issue as mentioned here https://github.com/mrzachnugent/react-native-reusables/issues/140. I notice the Dialog component is working on both native and web and I suspect...
In the following snippet, only the `Text` (from RNR, not RN) component has the `TextClassContext` classes: ``` {book.title} by {book.author} by {book.author} ```
**Is your feature request related to a problem? Please describe.** `npx @react-native-reusables/cli@latest init` will recognize `package.json` and won't install things such as `lib/utils`. So when I add a new component,...
If you are using this with create-t3-turbo or in a monorepo setup it wont work out of the box and it'll break nativewind. **Describe the solution you'd like** Add to...
**Describe the bug** When the app is set to follow the system theme mode, changing the theme via the iPhone Control Center does not instantly update the app's theme. Instead,...
I would love to support a toaster component with helpful configurations, like icons & actions.
**Is your feature request related to a problem? Please describe.** Not so much a problem but the fact that the `SelectContent` width doesn't inherit the `SelectTrigger` width. Would be nice...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Start the app with npm run dev 2. Go...
**Describe the bug** When exporting app with static rendering, html files have an empty body content in dist folder **To Reproduce** Steps to reproduce the behavior: 1. Clone the base...