Mark Lawlor
Mark Lawlor
React Native projects often aggressively cache the Babel transformed files. You most likely want to clear the cache after switching branches.
A (small) troubleshooting guide has been created to help resolve issues like this https://www.nativewind.dev/guides/troubleshooting I'm going to close this issue as I'm fairly confident its a cache issue, but if...
> Responsive classes already supported? @aboahab They are already supported but not documented, added to the list :+1: > Would be great if this package could play nicely with Typescript...
Good point. I should qualifiy for the open-source algolia account. I'll set that up once I switch domains 👍
> Hi, thank you for this awesome package. I'm just curious, is the JIT feature has been enabled? @arryanggaputra This library has a peer dependency of Tailwind CSS 3+. Tailwind...
@p4bl1t0 I've updated the original post with a link to the preview docs Migration guide is here https://tailwindcss-react-native-git-next-mwlawlor.vercel.app/guides/tailwindcss-react-native For most people it should just be removing `` from their app.
I'm looking at releasing NativeWind sometime this week as a soft release. It's missing some minor features like the `transform` utilities, but I'll probably release them in a minor update....
I'll add support for them after `2.0`, in the mean time your can write a cleaner version your example with [the space utilities](https://tailwindcss.com/docs/space) ```tsx {items.map( item => {item} )} ```
> @marklawlor unfortunately my real case is a bit diffrent, I have a `FlatList` component, that I don't control it's styles. so i can't pass any styles to the parent....
> super pumped to have found this project. we are huge fans of tailwind over at https://github.com/calcom/cal.com and we're looking to launch an open source mobile app next year, preferably...