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 초기세팅
- 이미지랜더링
- 리네renderIndicator
- 리네 뒤로가기
- react-native-fast-image
- eslint setting
- 프리랜서 금액안내서
- 금액안내서 양식
- 목표정하기
- react typescript eslint
- nextjs 설치하기
- 프리랜서 견적서
- react eslint
- 금액안내서
- 재공학
- react plugin setting
- css 초기화하기
- 정보처리기사 2024
- 프리랜서 양식
- react prettier setting
- nextjs 시작
- 리네 안드로이드
- nextjs 설치
- 정보처리기사
- 리네이미지
- react typescript eslint prettier
- 안드로이드뒤로가기
- 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 실패하던 이슈가 해결된당.