What problem does it solve?
Setting up Tailwind CSS v4 in Expo projects is complex due to shifting tooling requirements, outdated NativeWind v4 configuration patterns, and lack of clear guidance for cross-platform styling with react-native-css.
Core Features & Use Cases
- Tailwind v4 + NativeWind v5 Integration: Configures Metro, PostCSS, and global CSS for Tailwind v4 to work seamlessly with Expo, eliminating the need for legacy Babel presets.
- Cross-Platform Styling Support: Enables consistent Tailwind utility classes across iOS, Android, and Web, with built-in support for platform-specific fonts and semantic colors.
- Reusable CSS-Wrapped Components: Provides pre-built wrappers for core React Native components (View, Text, ScrollView, etc.) that support className out of the box.
Use case: A developer building a cross-platform Expo app can use this skill to get Tailwind styling working in minutes instead of hours of debugging configuration issues.
Quick Start
Use the expo-tailwind-setup skill to configure Tailwind CSS v4 for your existing Expo project with full cross-platform styling support.