react native unlink react native vector icons not working code example
Example: react native vector icons not showing
add this in '/app/build.gradle'
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
add this in '/app/build.gradle'
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"