Create-react-native-app: Any way to use react-native-vector-icons without ejecting?

Created on 27 Nov 2017  路  3Comments  路  Source: expo/create-react-native-app

I'd just like to understand if is it possible to use react-native-vector-icons without ejecting, I can't find any information and I hardly believe I'm the only one with the necessity to use icons in my app...

Thanks!

Most helpful comment

Have you tried?
npm install --save @expo/vector-icons

That way you have vector icons in your CRNA/Expo project https://expo.github.io/vector-icons/

All 3 comments

Have you tried?
npm install --save @expo/vector-icons

That way you have vector icons in your CRNA/Expo project https://expo.github.io/vector-icons/

Thanks, that works!

I think it would be useful to mention somewhere this, because most of the icon sets out there require a native link and people (like me) may get confused..

I believe this is mentioned in the docs, but I could be wrong. PRs welcome!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hareesh007 picture Hareesh007  路  4Comments

iRoachie picture iRoachie  路  5Comments

witbybit picture witbybit  路  4Comments

Palisand picture Palisand  路  5Comments

FezVrasta picture FezVrasta  路  3Comments