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.
반응 네이티브 유니스타일을 v2에서 v3으로 마이그레이션합니다. 트리거: "유니스타일 마이그레이션", "유니스타일 업그레이드", "v2에서 v3으로", "유니스타일 마이그레이션", "유니스타일 업데이트", "유니스타일 v2 변환". StyleSheet.create, useStyles 제거, 테마 구성, 변형, withUnistyles, Babel 플러그인 설정, 스타일 확산 수정, 타사 구성 요소 래핑을 포함한 모든 API 변경 사항을 다룹니다. 출처: jpudysz/react-native-unistyles.