“Vector-Vector-Icons” Réponses codées

Icône de vecteur natif React

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

Vector-Vector-Icons

import Icon from 'react-native-vector-icons/FontAwesome';

const myIcon = <Icon name="rocket" size={30} color="#900" />;
florinrelea

React icônes vectorielles natives

# With yarn
yarn add react-native-vector-icons
# With npm : npm i react-native-vector-icons
# In android go to android/app/build.gradle file add following line 
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
# In ios install required pods
npx pod-install
# Import
import FontAwesome from 'react-native-vector-icons/FontAwesome';
# Use
<FontAwesome name="rocket"  />
ashirbad-panigrahi

@ Types / React-Native-Vector-Icons

# Add types for react-native-vector-icons with npm
npm i --save-dev @types/react-native-vector-icons
# With yarn
yarn add --dev @types/react-native-vector-icons
ashirbad-panigrahi

Réponses similaires à “Vector-Vector-Icons”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code