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