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