uniwind
Style React Native apps with fast Tailwind CSS classes
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Uniwind?โผ
Run `npx skills add uni-stack/uniwind --all -g -y` in your terminal to install all skills in this suite globally.
How to use Tailwind CSS in React Native?โผ
Uniwind adds className support to every core React Native component, compiling Tailwind v4 styles at build time for near-native performance. Your AI agent can set up Metro config, global.css, and theming automatically.
How to migrate from NativeWind to Uniwind?โผ
The migrate-nativewind-to-uniwind skill handles the full switch: removing NativeWind packages, upgrading to Tailwind 4, replacing cssInterop with withUniwind, and converting JS theme configs to CSS variables.
Does Uniwind support dark mode and custom themes?โผ
Yes. Themes are defined with CSS variables in global.css, dark mode works out of the box, and you can switch themes at runtime with Uniwind.setTheme().
Does Uniwind work with Expo and AI coding agents?โผ
Yes. It supports Expo, bare React Native, and Vite, and its SKILL.md files let agents like Claude Code and Cursor write correct Uniwind code without guesswork.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core