반응형
gradlew clean 하고나서
android vector-icon 이 모두 깨지는 문제가 발생하여 정리합니다.
react-native link 한줄이면 해결됩니다.
github.com/oblador/react-native-vector-icons/issues/1117
cannot load icons in android · Issue #1117 · oblador/react-native-vector-icons
Environment android, react-native 0.61.5, react-native-vector-icons 6.6.0, react-native-navigation v4 Description I used rnn v4 and setting on tab icons. import { PixelRatio } from 'react-nativ...
github.com
구글링 하는 시간보다
디버깅 하기 귀찬다는 생각 접는데 더 오래걸렸네요
$ react-native link
$ react-native run-android
일반적인(처음부터) react-native-vector-icon 깨짐 현상은 아래 참고하세요
react-native-vector-icon 깨짐 해결
device 에서 react-native-vector-icon 적용 시, 깨지는 경우 해결 방법입니다. (사실 무지 간단합니다.) - Android android/app/build.gradle 에 아래 한줄 추가한 후 재 빌드 하면 해결 apply from: "../../node..
yannichoongs.tistory.com
반응형
'Mobile 개발 > RN(React Native)' 카테고리의 다른 글
React Native Firebase AdMob 적용, 수입오류 해결 (0) | 2021.03.06 |
---|---|
RN - Passing parameters to routes (0) | 2021.01.01 |
RN - PlayStore/AppStore 내 앱 별점주기 Link (0) | 2020.12.28 |
RN - 자주 사용되는 javascript 문자열 처리 (0) | 2020.12.27 |
RN TroubleShooting: Expiring Daemon because JVM heap space is exhausted (0) | 2020.12.27 |