NativeWind v5 will remove this, as it's no longer required with TailwindCSS V4 ๐๐
17.12.2024 03:51 โ ๐ 8 ๐ 0 ๐ฌ 1 ๐ 0NativeWind v5 will remove this, as it's no longer required with TailwindCSS V4 ๐๐
17.12.2024 03:51 โ ๐ 8 ๐ 0 ๐ฌ 1 ๐ 0
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...
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 ๐
18.11.2024 01:36 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
When a unit test takes up your weekend ๐
This work allows CSS variables to set animation properties dynamically at runtime. This gives you greater control of the animations and allows plugins like TailwindCSS Animated to work with NativeWind
www.tailwindcss-animated.com/configurator...
Having fun with expo-router headless tabs again! Made the camera tab pull double duty - first tap opens camera screen, next taps take pics. Tab bar completely styled with NativeWind (even those smooth animations!) @expo.dev
15.11.2024 06:21 โ ๐ 10 ๐ 2 ๐ฌ 1 ๐ 0What has happened to NPM download stats? Every package is reporting a dramatic loss of downloads
10.11.2024 08:54 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0
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