Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.41 KB

Supports Expo iOS Supports Expo Android Supports Expo Web

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
  • cd into 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';

📝 Notes