npm install react-native-vector-icons --save

react-native-vector-icons를 설치했지만 엑박으로 뜨면서 아이콘이 나타나지 않을 때

https://github.com/oblador/react-native-vector-icons#android

 

oblador/react-native-vector-icons

Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling. - oblador/react-native-vector-icons

github.com

여길 참고하면 되는데...

안드로이드의 경우

android/app/build.gradle 파일을 열고 조금 내리다보면 

apply from: "../../node_modules/react-native/react.gradle"

이렇게 적힌 곳이 보일 것이다.

여기 바로 아래에 아래 코드를 입력해주고 다시 빌드해주면 아이콘이 잘 보이는 걸 확인할 수 있다.

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

 

'Develop > React-Native' 카테고리의 다른 글

[RN] 경고메세지 끄기  (0) 2020.07.21

+ Recent posts