Answers for "entypo icons react native"

4

icon 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
Posted by: Guest on June-06-2020
0

entypo icons react native

import Icon from 'react-native-vector-icons/Entypo';
Posted by: Guest on October-11-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language