question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Icons not showing on IOS app

See original GitHub issue

Environment

Target platform: IOS

    "react": "16.13.1",
    "react-native": "0.63.4",
    "react-native-vector-icons": "^8.1.0",

Description

Icons are not shown on the TestFlight mode on the Apple store even though they are working fine in Expo and Xcode simulator. I have followed everything in the list here https://github.com/oblador/react-native-vector-icons#ios as well as creating a new group and adding all *.ttf files to the new group that is called Fonts. Is there anything else that I am missing out?

Code

import Icon from "react-native-vector-icons/MaterialIcons";
...
<Icon name="save" size={20} />
...

Demo

Xcode project xcode

App on the Apple store TestFlight app-screenshot

Expo expo-screenshot

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:15

github_iconTop GitHub Comments

18reactions
onurdegerlicommented, May 10, 2021

Using Flutter @ronaldborla

18reactions
laoguicommented, Mar 8, 2021

add code to ios/AppName/Info.plist

	<key>UIAppFonts</key>
	<array>
		<string>AntDesign.ttf</string>
		<string>Entypo.ttf</string>
		<string>EvilIcons.ttf</string>
		<string>Feather.ttf</string>
		<string>FontAwesome.ttf</string>
		<string>FontAwesome5_Brands.ttf</string>
		<string>FontAwesome5_Regular.ttf</string>
		<string>FontAwesome5_Solid.ttf</string>
		<string>Fontisto.ttf</string>
		<string>Foundation.ttf</string>
		<string>Ionicons.ttf</string>
		<string>MaterialCommunityIcons.ttf</string>
		<string>MaterialIcons.ttf</string>
		<string>Octicons.ttf</string>
		<string>SimpleLineIcons.ttf</string>
		<string>Zocial.ttf</string>
	</array>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Icons Randomly Missing on iPhone? Here's a Fix | OSXDaily
Help, My iPhone Apps Icons Are Missing! · 1: Reboot iPhone. The first thing you'll want to do is reboot your iPhone. ·...
Read more >
10 Best Ways to Fix App Icons Disappeared From iPhone
10 Best Ways to Fix App Icons Disappeared From iPhone · 1. Restart Your iPhone · 2. Check If App Is Installed ·...
Read more >
Why the app icons disappear randomly? - Apple Community
Why the app icons disappear randomly? · Restart the device. That's it. · Still not solved --> Force restart iPhone - Apple Support....
Read more >
How to Fix App Icons Disappeared from iPhone - TechDator
How to Fix App Icons Disappeared from iPhone · 1. Update iOS and Squash the Bugs · 2. Restart the iPhone · 3....
Read more >
How to Get an App Back on the Home Screen of Your iPhone ...
1. If you have iOS 16, tap Search above your dock. If you have an earlier software version, you won't see the Search...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found