react-native-vector-icons
react-native-vector-icons copied to clipboard
Icon not displayed from MaterialIcons
I am using import Icon from 'react-native-vector-icons/MaterialIcons'; <Icon name="search" size={25}/> The displayed icons is a Chinese letter or sometimes letterBox in android.
Hey, are you sure you have the latest version of the font installed? Did you try using the gradle approach?
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute react-native run-android
@navinprasadk I same you setting too,but nothing change
@navinprasadk Funcionando perfeitamente, obrigado.
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute react-native run-android
Yes, this solve my issue!
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute react-native run-android
solve my problem too thx :)
This helped me too! Thank you so much!
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute react-native run-android
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute react-native run-android
Thanks , You saved my day !
what about working with expo
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute react-native run-android
thanks, it's worked
I've run react-native link react-native-vector-icons
and just fixed
I just run react-native link react-native-vector-icons and it's fixed!
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute react-native run-android
this worked for me too but can anyone explain this to me!
Add the following things in android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
and then execute
react-native run-android
you save my life thx bro