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

## 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...

bug

In the following snippet, only the `Text` (from RNR, not RN) component has the `TextClassContext` classes: ``` {book.title} by {book.author} by {book.author} ```

bug

**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,...

enhancement

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...

enhancement

**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,...

bug
nativewind bug

I would love to support a toaster component with helpful configurations, like icons & actions.

enhancement

**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...

enhancement

**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...

bug

**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...

bug