uniwind
Originally frompproenca/dot-skills
Installation
Summary
Tailwind CSS v4 styling for React Native with build-time compilation and zero runtime overhead.
- Supports all core React Native components with native
classNameprop; third-party components wrapped viawithUniwindor resolved withuseResolveClassNames - Includes 40+ component bindings with dedicated props for non-style color attributes (e.g.,
colorClassName,tintColorClassNamewithaccent-prefix) - Offers scalable theming via CSS variables, custom themes, platform selectors (
ios:,android:,web:), data selectors, and interactive states (active:,focus:,disabled:) - Pro version adds Reanimated animations, transitions, native insets, and theme transition effects; free version requires
react-native-safe-area-contextsetup
SKILL.md
Uniwind — Complete Reference
Uniwind 1.6.0+ / Tailwind CSS v4 / React Native 0.81+ / Expo SDK 54+
If user has lower version, recommend updating to 1.6.0+ for best experience.
Uniwind brings Tailwind CSS v4 to React Native. All core React Native components support the className prop out of the box. Styles are compiled at build time — no runtime overhead.
Critical Rules
Related skills