expo / vector-icons

https://icons.expo.fyi
MIT License
647 stars 114 forks source link

@expo/vector-icon is not showing up in Android build version sdk 49 #276

Open vvsreerag opened 7 months ago

vvsreerag commented 7 months ago

import Ionicons from "@expo/vector-icons/Ionicons"; import Octicons from "@expo/vector-icons/Octicons";

<Ionicons name="md-eye" size={24} color={COLORS.darkLight} />

this icon is showing in expo client while developing but after building the project the icon the icon got vanished

im using "@expo/vector-icons": "^13.0.0",

lasong commented 5 months ago

Same here. I am having the same issue

dig22 commented 5 months ago

It's breaking for me too, any maintainers that can help?

vvsreerag commented 5 months ago

npm install expo file system and rebuild which helped me. Or try to use newer sdk versions.