-
[troubleshooting] Icon was not shown when using react-native-vector-iconsPrograming/React 2023. 10. 31. 16:33
React native 에서 제공하는 아이콘을 사용하기 위해 react-native-vector-icons 패키지 설치후 관련 설정을 반!드!시! 추가로 해줘야만 한다. 그렇지 않고 패키지 만을 설치하고 아이콘을 호출하면 네모 모양의 이상한 아이콘만 계속 표시될 수 있다.
안드로이드 앱을 개발하는 경우 번들에서 앱이 참조할 수 있도록 추가로 설정을 해줘야만 한다.
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle") https://github.com/oblador/react-native-vector-icons
'Programing > React' 카테고리의 다른 글
[React Native] Enable/Disable debugging mode in android emulator (0) 2024.02.14 [React Native] Lifecycle of Class Component (0) 2024.02.13 [React] 컴포넌트의 생명 주기 (0) 2023.07.31 [React] Event.stopPropagation() (0) 2023.07.25 [React] Box (0) 2023.07.14