Zach Nugent

Results 41 comments of Zach Nugent
trafficstars

Interesting. I'm pretty sure it means that this could also work: ```tsx import type { LucideIcon, LucideProps } from 'lucide-react-native'; import { cssInterop } from 'nativewind'; function Icon({ as: AsProp,...

Completed ✅ https://github.com/founded-labs/react-native-reusables/blob/main/packages/registry/src/new-york/components/ui/icon.tsx

Seems like an expo/bundling issue where changing the web`"output": "single",` will make the web app to able to run. The bundling is different depending on the output selected. I'm getting...

Closing due to being an expo issue (that seems to be fixed)

I had to specify the exact `3.3.5` version.

Hey @johnf, you can check out https://github.com/mrzachnugent/react-native-reusables-nextjs-demo as a reference for getting NativeWind to work with Nextjs

Hey @hlf2016 The `Textarea` bug seems to be a React-Native bug with the `multiline` prop. (see: https://github.com/facebook/react-native/issues/46850) For the TextInput, you can remove the `native:leading-[1.25]` class name.

Hey @slavagoreev, to my knowledge, this is a NativeWind bug. I work on either mobile or web at one time to prevent this from happening. Could you create a minimal...

Closed as assumed the issue was opened in the NativeWind repo

Hey @qhoarau , unless something has changed recently that I’m unaware of, this seems to be the expected behavior. > "a single index.html in the output folder and has no...