vector-icons icon indicating copy to clipboard operation
vector-icons copied to clipboard

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

Open vvsreerag opened this issue 2 years ago • 3 comments

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",

vvsreerag avatar Nov 09 '23 14:11 vvsreerag

Same here. I am having the same issue

lasong avatar Jan 22 '24 18:01 lasong

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

dig22 avatar Feb 01 '24 05:02 dig22

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

vvsreerag avatar Feb 03 '24 00:02 vvsreerag