I have just installed React Native vector icons with this comand:
npm install react-native-vector-icons
But if I use it in the index.androi
Here is full UPDATED answer, just follow these steps :-
npm install react-native-vector-icons --savereact-native linkreact-native link react-native-vector-iconsimport Icon using one of these ( as per your requirement )
MaterialCommunityIcons
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
Ionicons
import Icon from 'react-native-vector-icons/Ionicons';
FontAwesome5
import Icon from 'react-native-vector-icons/FontAwesome5';
Uses (JSX)