소개
소개글이 비어있어요
게시글
질문&답변
2024.08.16
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
- 60
질문&답변
2024.08.16
Check the render method of `TabBarIcon`.
근데 안드로이드에서는 아이콘이 안뜨던데. 뭔갈 설정해야 하나요?
- 0
- 3
- 60
질문&답변
2024.08.16
Check the render method of `TabBarIcon`.
제가 타자를 잘못 쳤던 거였군요. 죄송합니다.
- 0
- 3
- 60