Answers for "include ':react-native-vector-icons' android"

0

react native vector icons

# 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"  />
Posted by: Guest on October-29-2021

Code answers related to "include ':react-native-vector-icons' android"

Code answers related to "Javascript"

Browse Popular Code Answers by Language