react-native-reusables icon indicating copy to clipboard operation
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.

Results 62 react-native-reusables issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** When the value in a input is too long, it will line break and show two lines. So far I have only observed this on mobile IOS...

bug

# Pull Request ## Description: Fixed FormSelect component setting `label` value on `value` prop. ## Tested Platforms: - [ ] Docs - [ ] Web - [ ] iOS -...

**Describe the bug** Using an unmodified (other than running through a tunnel and removing --ios from the Dev script) base starter, the ThemeToggle at the top right does absolutely nothing....

bug

I have a drawer component that has a Portal components and it wraps the select component the first time i open the select, it is positioned at the bottom of...

bug
needs minimal-repro-repo

**Describe the bug** When setting the paths for components and lib, the default is to use `~/components` and `~/lib`. The problem is that when you use those paths, it creates...

bug

**Describe the bug** When using the Select component in a Presentation Modal screen, the SelectContent opens on top of the input field, covering it. In a normal screen it works...

bug

I'm confused when I see the Form component in deprecated folder and also see it in the main ui components folder, I think it shouldn't be there. [/packages/reusables/src/components/deprecated-ui/form.tsx](https://github.com/mrzachnugent/react-native-reusables/blob/main/packages/reusables/src/components/deprecated-ui/form.tsx) [/packages/reusables/src/components/ui/form.tsx](https://github.com/mrzachnugent/react-native-reusables/blob/main/packages/reusables/src/components/ui/form.tsx) I...

enhancement

If I use the AlertDialog component with a Select on its inside, the select values won't pop up on the top layer: ![Image](https://github.com/user-attachments/assets/97269099-e4af-41e6-a619-cf959608f78f) To reproduce: ```tsx Show Alert Dialog Apple...

bug
needs minimal-repro-repo

**Describe the bug** The dialog is working fine on ios simulator, but fails to work correctly on device. The overlay occurs, but then the content doesn't load. I've traced it...

bug

Using `@rn-primitives/dropdown-menu^1.1.0`, the following TS error pops up in dropdown-menu.tsx: ``` Type '{ children: ReactNode | ((state: PressableStateCallbackType) => ReactNode); }' is not assignable to type '{ children?: ReactNode; }'....

bug