1add this in '/app/build.gradle'
2
3apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
1In 'android/app/build.gradle' (not in android/build.gradle),
2
3apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
4
5Then,
6react-native link react-native-vector-icons
7react-native run-android
8react-native start