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!
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!
Most helpful comment
Have you tried?
npm install --save @expo/vector-iconsThat way you have vector icons in your CRNA/Expo project https://expo.github.io/vector-icons/