inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

Ryu JangHyun님의 게시글

Ryu JangHyun Ryu JangHyun

@ryujanghyun003865

수강평 작성수
-
평균평점
-

게시글 3

질문&답변

Check the render method of `TabBarIcon`.

Option: With Gradle (recommended) To make font management smoother on Android, use this method: Edit android/app/build.gradle (NOT android/build.gradle ) and add: apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle") To customize the fonts being copied, use: project.ext.vectoricons = [ iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Specify font files ] apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle") 이걸 보니 gladle 파일에 iconFontNames를 추가하니까 되더군요.

좋아요수
0
댓글수
3
조회수
179

질문&답변

Check the render method of `TabBarIcon`.

근데 안드로이드에서는 아이콘이 안뜨던데. 뭔갈 설정해야 하나요?

좋아요수
0
댓글수
3
조회수
179