How to start using the expo icons ( vector-icons )?

when somebody comes to this site, how do they find how to work around to get the icons working ?

https://expo.github.io/vector-icons/

I cant find the documentation or some example for that…

In the documentation here, do i have to seperate install the vector icons ?

Heres my package

{
“name”: “jobs-x-15”,
“version”: “0.0.0”,
“description”: “Hello Expo!”,
“author”: null,
“private”: true,
“main”: “main.js”,
“dependencies”: {
“axios”: “^0.16.2”,
“expo”: “17.0.0”,
“latlng-to-zip”: “^0.0.1”,
“lodash”: “^4.17.4”,
“qs”: “^6.4.0”,
“react”: “16.0.0-alpha.6”,
“react-addons-update”: “^15.6.0”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-17.0.0.tar.gz”,
“react-native-elements”: “^0.13.0”,
“react-navigation”: “^1.0.0-beta.11”,
“react-redux”: “^5.0.5”,
“redux”: “^3.7.1”,
“redux-form”: “^5.0.1”,
“redux-persist”: “^4.8.1”,
“redux-thunk”: “^2.2.0”
}
}

https://docs.expo.io/versions/latest/guides/icons.html#expovector-icons

Make sure to search the docs before creating a forum post!

ok working aewsome , thx @Jesse

1 Like