Zach Nugent
Zach Nugent
Hi @gokul1099, On the [Initial Setup](https://rnr-docs.vercel.app/getting-started/initial-setup/) page, you can select the 'Manual Installation" tab. Then, you can use the CLI to add components to your project. You can use `npx...
Hey @itsyashsahu @rickychan0611, I am going to try it on my side and document the steps I am taking here. 1. `git clone https://github.com/mrzachnugent/react-native-reusables.git` 2. `cp -R react-native-reusables/apps/starter-base/ ./my-project` 3....
I have the same issue https://github.com/react-native-webview/react-native-webview/issues/3099 but unfortunately, downgrading to `12.4.0` did not work on my end. I am using it with `react-native-cn-quill` which uses `html` as its source. Using...
Hey @5starkarma, Thanks for bringing it up. I will look more into this over the weekend. It looks like you would need to add a [custom portal host](https://rnr-docs.vercel.app/primitives/portal/#custom-portal-host) to bottom...
@5starkarma Until I update the documentation, you can use the following commits as guidelines to fixing this issue. 1. Update the portal primitive: https://github.com/mrzachnugent/react-native-reusables/commit/7312bd89b4821ec2ba235156200bdd6484384a3b. This adds a hook called `useModalPortalRoot`...
> How are you using shadcnui if it wasn't made for react native I meant the css variables that are from shadcn. If you were to copy paste it to...
> Any updates on this? In my case, only RGB values are working and not HSL. @CuriosBasant I got HSL values to work. Here is an example repo: https://github.com/mrzachnugent/react-native-reusables/blob/main/apps/starter-base/tailwind.config.js
> any updates? For updates, you can check the pull request on NativeWind's Github repo: https://github.com/marklawlor/nativewind/pull/860 When it is solved, I will close this issue.
> is going nativewind a good route at this time? Yes, I am betting on it. The sole maintainer had taken a break but he now has a team behind...