[ 문제 상황 ]

 

바텀 내비게이션에 있는 아이콘이 표기되지 않는 오류 확인

 

 

 

 

 [ 해결 방법 ]

 

1. 설치

npm install react-native-vector-icons

 

2. 설정값 입력

// android/app/build.gradle

// ...

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

// ...

 

3. android/app/src/main/assets/fonts 폴더 추가

 

 

 

 

 

 

 [ 해결 완료 및 확인 ]

 

npx react-native start --reset-cache

 

 

해결전                                                                                                해결후

 

 

 

 

 

 

 

+ Recent posts