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** As title states. The dropdown does not open if inside modal. **Expected behavior** Expect the `Select` to open. **Screenshots** ![Simulator Screenshot - iPhone 15 Pro - 2024-04-25...
I have existing react native project, How can i use react-native-reusable? How can i do the initial configuration to use the cli later to add needed components. I have gone...
**Is your feature request related to a problem? Please describe.** When exploring the UI library, I could not see an example demo showing how the components would work on mobile...
```jsx ``` i can also confirm `open` doesnt seem to do anything, but setting `open={false}` would disable the functionality. Also `defaultOpen` doesnt seem to do anything
**Describe the bug** When Table component is rendered under Tabs sections, only table header is visible. **To Reproduce** Steps to reproduce the behavior: 1. Create a Tab 2. Inside TabsContent...
@mrzachnugent So I looked through the despracted components and saw that u have a form component. But when I looked into the code it was different than shadcn ui. So...
**Is your feature request related to a problem? Please describe.** To remove a bit of the leg work of adding a new icon it would nice if part of the...
#### Combobox.tsx ``` import * as React from "react"; import {Text, View, type ListRenderItemInfo} from "react-native"; import {useSafeAreaInsets} from "react-native-safe-area-context"; import {cn} from "../../lib/utils"; import {Check, ChevronsUpDown, Search} from "../Icons";...