Mobile 개발/RN(React Native)
RN TroubleShooting: gradlew clean 후 react-native-vector-icons 깨짐
히핑소
2020. 12. 30. 17:45
반응형
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
반응형