-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: iOS not displaying the icons correctly #1688
Comments
same here |
Some for me, but only on a physical deviceIm having this issue only on a physical device strangely, all seems to behave as expected in an emulator. |
Same here, I'm getting this problem with
Update 1:
|
I'm having this same issue with RN version 0.73.11 and RNVI versions
In the migration guide it says: "Fonts are now automatically loaded on iOS, so you can remove any fonts you have listed in Info.plist" That does not seem to work. I was able to make icons visible only after adding the fonts to Info.plist |
I also have implemented this into |
Apologies the MIGRATION guide was outdated. The fonts do still need to be included in the Info.plist. @valance Did you rebuild the app after updating Info.plist? |
Thank you very much for your reply. I got this error message. |
Same here.
After running this command, I am encountering the issues displayed below ![]() |
I was facing the same issue, but I followed these steps, and it started working for me:
|
That's expected. It tells you about fonts in Info.plist that aren't backed by an installed RNVI package. So if you aren't using them you should remove them manually from Info.plist |
@valance Do you have You should see it symlinked in |
Now But still the icons are not displayed, see attached image. |
I checked again but still I am facing same issue while running given command. I followed this doc ![]() |
And also @johnf I am installing @react-native-vector-icons/common package. So please guide me if I am doing anything wrong One question @johnf |
Yes that's right. The new version has separate font packages to keep your app size small. I'm going to update that script so it prints those messages in yellow as they are only warnings. |
@johnf Hi, I followed your suggestions, after rebuilding the app, it still produced "?" icon. |
Which package are you using?
react-native-vector-icons
What platform(s) does this occur on?
iOS
What happened?
I tried [email protected] @10.1.0 @10.0.0. All showing the same error.
I'm using [email protected].
Relevant log output
There isn't any error report.
Minimal reproducible example
No response
Your computer environment
The text was updated successfully, but these errors were encountered: