@expo/vector-icons
Version:
Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.
29 lines (28 loc) • 794 B
JSON
{
"name": "@expo/vector-icons",
"version": "9.0.0",
"description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/expo/vector-icons.git"
},
"keywords": [
"expo"
],
"author": "Brent Vatne",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/vector-icons/issues"
},
"homepage": "https://expo.github.io/vector-icons",
"dependencies": {
"lodash": "^4.17.4",
"react-native-vector-icons": "6.0.0"
},
"peerDependencies": {
"expo-font": "^2.0.0"
},
"devDependencies": {}
}