You are migrating a React Native codebase from react-native-unistyles v2 to v3. Follow this workflow precisely. v3 is a complete rewrite with C++ core (Nitro Modules), no re-renders, and a Babel plugin that processes StyleSheets at build time.
Follow these steps IN ORDER. Each step must be completed before moving to the next.
The root option is REQUIRED. It tells the plugin which directory contains your app code. Files outside this directory (except nodemodules paths you explicitly configure) won't be processed.
Migrate react-native-unistyles from v2 to v3. Triggers on: "migrate unistyles", "upgrade unistyles", "v2 to v3", "unistyles migration", "update unistyles", "convert unistyles v2". Covers all API changes including StyleSheet.create, useStyles removal, theme configuration, variants, withUnistyles, Babel plugin setup, style spreading fixes, and third-party component wrapping. Source: jpudysz/react-native-unistyles.