This is the v3 guide for React Native Unistyles, the zero-rerender styling library built on C++ Nitro Modules. It replaces React Native's StyleSheet with a reactive, theme-aware system that processes styles at build time via Babel. The skill walks Claude through the three StyleSheet.create overloads (static, theme function, theme plus runtime), covers variants and breakpoints, and explains critical gotchas like never spreading styles and making sure the Babel plugin is configured. Requires New Architecture and React 19+, so it won't work in Expo Go. Most useful when you're adding theming or responsive design without the rerender tax of inline styles or Context.
npx skills add https://github.com/jpudysz/react-native-unistyles --skill react-native-unistyles-v3