Mark Lawlor
banner
marklawlor.bsky.social
Mark Lawlor
@marklawlor.bsky.social
Creator of nativewind.dev. Working @ Expo
NativeWind v5 will remove this, as it's no longer required with TailwindCSS V4 🎉🎉
December 17, 2024 at 3:51 AM
You should switch to using boxShadow in 0.76 The shadow* styles can be inconsistent and have many edge cases where they will not work.

boxShadow is more consistent across platforms and you can use the existing box shadow generators online

reactnative.dev/blog/2024/10...
React Native 0.76 - New Architecture by default, React Native DevTools, and more · React Native
Today we are excited to release React Native 0.76!
reactnative.dev
December 3, 2024 at 11:14 AM
This has been a highly requested feature, but it might take a little bit to land as its part of a much larger body of work 👀
November 18, 2024 at 1:36 AM
This was changed in v4 to follow CSS specificity - meaning the same order as the web

Previously it used Right-to-Left (same as react native).

I would highly recommend using prettier to order your classNames, as this fixes edge cases with TailwindCSS and is recommended by Tailwind
November 8, 2024 at 8:36 AM