“React native add React native Vektor -Symbole funktionieren nicht” Code-Antworten

Reagieren Sie native Vektor -Symbole, die nicht angezeigt werden

add this in '/app/build.gradle'

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

React native add React native Vektor -Symbole funktionieren nicht

project.ext.vectoricons = [
    iconFontNames: [ 'MaterialIcons.ttf', 'FontAwesome.ttf', 'MaterialCommunityIcons.ttf', 'Ionicons.ttf'] // Name of the font files you want to copy
]
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
Boutchamir Zakaria

Ähnliche Antworten wie “React native add React native Vektor -Symbole funktionieren nicht”

Fragen ähnlich wie “React native add React native Vektor -Symbole funktionieren nicht”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen