expo / vector-icons

https://icons.expo.fyi
MIT License
650 stars 113 forks source link

Some MaterialCommunityIcons is blank in @expo/vector-icons@10.2.0 #135

Closed imwilliamxy closed 3 years ago

imwilliamxy commented 4 years ago

I'm using expo to build my app. After upgrade to SDK 37, some icon is blank in @expo/vector-icons@10.2.0 Following is empty i found: MaterialCommunityIcons/credit-card MaterialCommunityIcons/credit-card-multiple MaterialCommunityIcons/credit-card-off MaterialCommunityIcons/credit-card-plus MaterialCommunityIcons/credit-card-scan MaterialCommunityIcons/credit-card-settings

Also can check these icons on https://icons.expo.fyi/

jonathanstiansen commented 4 years ago

I've also found MaterialCommunityIcons/gas-station-outline to be blank, which is listed as available on the site: https://icons.expo.fyi/MaterialCommunityIcons/gas-station-outline

jonathanstiansen commented 4 years ago

So we fixed this by doing a expo install expo/vector-icons to update the package and it worked.