The package @expo/vector-icons
enables you to use most popular icon sets in a universal app. For more information please refer to the docs: Expo Icons.
- Install the CLI:
npm i -g expo-cli
- Create a project:
expo init
cd
into the project
- Install the package:
expo install @expo/vector-icons
- Import the fonts you want to use
import {
FontAwesome,
AntDesign,
Entypo,
EvilIcons,
Feather,
FontAwesome
} from '@expo/vector-icons';