mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 09:03:42 +08:00
Icons Example
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.
🚀 How to use
Creating a new project**
- Install the CLI:
npm i -g expo-cli - Create a project:
expo init cdinto the project
Using Icons
- 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';