Files
examples/with-icons/README.md
Evan Bacon 3d2432e460 Created icons example
fix #72
2020-02-04 16:23:43 -08:00

1.4 KiB

Icons Example

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