가능한 오류
플러그인 통합 오류
ReactNative 플러그인 통합 중 Android 애플리케이션 빌드 오류가 발생할 수 있습니다.
/Users/AAAXXX/AX/reactapps/node_modules/react-native-camera/android/ build/intermediates/packaged_res/mlkitDebug/
values/values.xml:9:4: Duplicate value for resource 'attr/aspectRatio' with config 'DEFAULT' and product ''.
Resource was previously defined here: com.aaaxxxgroupreactapps.app- mergeCentrepointDebugResources-84:/values/values.xml:10269: .
오류를 수정하려면:
-
patch-package 종속성을 추가하고, 그 실행을 package.json에 postinstall 스크립트로 추가합니다.
-
프로젝트의 루트에 patches 디렉토리를 만들고 파일을 추가합니다.
Was the article helpful?
Previous