질문&답변
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





