vector icon to compoment in react native code example
Example 1: react native vector icon
import Icon from 'react-native-vector-icons/FontAwesome';
const myIcon = <Icon name="rocket" size={30} color="#900" />;
Example 2: react native vector icons
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"