oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Icons not showing properly on android SDK version 30-32 #1513

Closed aazamuddin4 closed 11 months ago

aazamuddin4 commented 1 year ago

Environment

buildscript { ext { buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31 ndkVersion = "21.4.7075529" } ... }

"react-native-vector-icons": "^9.2.0" "react": "18.2.0" "react-native": "^0.69.1"

Description

currently I'm using android SDK version 33, it showing the icons, except when I'm using android SDK version 32, 31, and 30. Why I'm facing this issue? I already tried ./gradlew clean and run android again but not solved anything

Btw I already tried this approach app/build.gradle apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

setting.gradle `include ':react-native-vector-icons' project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')

Screenshot 2023-06-30 at 4 55 05 PM

`

oblador commented 11 months ago

Could you try again with latest version 10.0.0?