“Ícone Shwoing A Box React Native Vector Icons” Respostas de código

reagir ícones de vetores nativos que não estão mostrando

add this in '/app/build.gradle'

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

reaja o ícone de vetor nativo

import Icon from 'react-native-vector-icons/FontAwesome';
const myIcon = <Icon name="rocket" size={30} color="#900" />;
Wrong Wallaby

Ícone Shwoing A Box React Native Vector Icons

In 'android/app/build.gradle' (not in android/build.gradle),

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

Then,
react-native link react-native-vector-icons 
react-native run-android
react-native start
Bad Buffalo

Respostas semelhantes a “Ícone Shwoing A Box React Native Vector Icons”

Perguntas semelhantes a “Ícone Shwoing A Box React Native Vector Icons”

Procure respostas de código populares por idioma

Procurar outros idiomas de código