Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 리네 안드로이드
- 재공학
- 금액안내서 양식
- css 초기화하기
- 정보처리기사
- react typescript eslint prettier
- nextjs 설치
- 안드로이드뒤로가기
- 리네renderIndicator
- nextjs 시작
- eslint setting
- react eslint
- 프리랜서 양식
- react plugin setting
- 리네 안드로이드 뒤로가기
- 프리랜서 견적서
- 목표정하기
- nextjs 설치하기
- css 초기세팅
- react typescript eslint
- 정보처리기사 2024
- 리네이미지랜더링
- 금액안내서
- 리네이미지
- 프리랜서 금액안내서
- react prettier setting
- react-native-fast-image
- 리네 뒤로가기
- 이미지랜더링
- react-native-image-progress
Archives
- Today
- Total
hello! Mingure
[React Native] 0.68.x Android build failure issue 본문
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 실패하던 이슈가 해결된당.