vector-icons
vector-icons copied to clipboard
@expo/vector-icon is not showing up in Android build version sdk 49
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",
Same here. I am having the same issue
It's breaking for me too, any maintainers that can help?
npm install expo file system and rebuild which helped me. Or try to use newer sdk versions.