react native vector icons not showing

JavaScript
add this in '/app/build.gradle'

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"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
Source

Also in JavaScript: