본문 바로가기
  • 바쁜 일상 속 작은 기억
React Native

[React Native] 0.68.x Android build failure issue

by hellomingure 2022. 11. 7.

https://github.com/facebook/react-native/issues/35210

 

[READ ME] [FIX INSIDE] Android build failures happening since Nov 4th 2022 · Issue #35210 · facebook/react-native

Description Hey all, I'd like to share an update on a series of build failures React Native & Expo users have been experiencing when building Android apps starting from November 4th 2022. W...

github.com

 

2022년 11월 4일 기준 React Native 0.68.x 쓰고있는 프로젝트에서 안드로이드 빌드 실패하는 이슈가 생겼다.

 

해결 방법은 버전 업그레이드.

 

package.json 에서 0.68.2 ( 우리가 쓰던 버전 ) -> 0.68.5 ( 페이스북에서 제공한 가이드 버전) 으로 수정 후, ./gradlew clean , node_module 폴더 삭제 후 다시 yarn. 

 

android build 실패하던 이슈가 해결된당.