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