oblador/react-native-vector-icons

iOS not showing up any icons on new version

Closed this issue · 7 comments

Environment

"react-native": "0.74.5",
"@react-native-vector-icons/common": "^11.0.0-alpha.4",
"@react-native-vector-icons/feather": "^4.29.2-alpha.34",
"@react-native-vector-icons/fontawesome6": "^6.6.0-alpha.37",
"@react-native-vector-icons/ionicons": "^7.4.0-alpha.36",
"@react-native-vector-icons/material-design-icons": "^7.4.47-alpha.34",

Description

I've followed the migration process as the codegen wasn't working, but now none of the icons are showing up (all are showing up as ?). I've started the migration because some icons stopped showing up after upgrading my react native app as mentioned in #1604

In the logs I'm getting
Unrecognized font family 'Feather' Unrecognized font family 'Ionicons' Unrecognized font family 'FontAwesome6Free-Regular' Unrecognized font family 'MaterialDesignIcons'

@MelMayssonOwen Is that happening on iOS and Android?

@MelMayssonOwen Is that happening on iOS and Android?

sorry, on iOS. Simulator and TestFlight

Can you check if you've added the fonts to your Info.plist and make sure you've run a pod update

I've actually removed them as stated in the doc here

This makes sense, thank you so much

edit: it's so much better now

$ npx rnvi-update-plist got 404
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/rnvi-update-plist - Not found
npm error 404
npm error 404 'rnvi-update-plist@*' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.