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 tech debt** Since `@rn-primitives`, there is no need for the `platforms` flag in the CLI prompt since choosing one or the other doesn't change anything anymore. **Platform**: CLI
**Is your feature request related to a problem? Please describe.** Currently, when you increase font size scaling on ios and android, text gets cut off from inputs and buttons since...
I'm not sure if this is a bug, but according to https://rnr-docs.vercel.app/components/alert-dialog/ The AlertDialogAction extends the `Pressable` props. So I'd expect something like this to work. ``` Dismiss ``` However...
**Describe the bug** Shadow with classname `shadow-md` is not shown. **To Reproduce** Steps to reproduce the behavior: 1. pnpm dlx @react-native-reusables/cli@latest init 2. pnpm dev 3. Go to simulator to...
Hi there! first of all, I hope you doing great & congrats for the ui lib, it's great! I wanted to know if there are some guidelines about how to...
**Describe the bug** When opening a dialog, the overlay stays black and the app is frozen **To Reproduce** Clone this repo: https://github.com/zguo123/portal-host-not-working and open/close the "Edit Profile" Dialog **Expected behavior**...
**Describe the bug** I'm using frameworkless React Native setup. I'm using select on a long list of items but the problem is the SelectContent contents does not have scroll. Please...
My first time using react-native-reusable on expo application. But am having issue which can be frustrating. Whenever I want to style a component and add a new tailwind classname to...
**Describe the bug** Whenever I install a component, for example like: `npx @react-native-reusables/cli@latest add checkbox` and I run the application in a web browser, I get the error `Cannot find...
**Describe the bug** Clicking outside the Dialog modal on mobile web doesn't close dialog **To Reproduce** Go to the [showcase](https://rnr-showcase.vercel.app/dialog) and set your screen size to iPhone 14 Pro Max....