cant install vector icons react native code example
Example 1: react native vector icons not showing
add this in '/app/build.gradle'
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
Example 2: how to use react-native-vector-icons
<Icon name="rocket" size={30} color="#900" />