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 are not showing up

See original GitHub issue

I am using react native 0.52 and react-native-vector-icon 4.5.0 on Android device . I tried to display icons on my screen but It isn’t showing me any icon but a X box icon every time. I even tried other keys but still no solution. I also ran command react-native link. My android/app/src/main/assets/fonts contains all the fonts.

import Icon from 'react-native-vector-icons/FontAwesome'; ... return <Icon name='rocket' size={30} color='#900' />

screenshot_20180221-183851

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:16
  • Comments:103 (3 by maintainers)

github_iconTop GitHub Comments

545reactions
MiguelAppcommented, Apr 4, 2018

I solved my issue adding on /app/build.gradle apply from: “…/…/node_modules/react-native-vector-icons/fonts.gradle” and then I uninstall the app from my phone and reinstall again.

153reactions
MoOxcommented, Feb 23, 2018

See https://github.com/oblador/react-native-vector-icons#android Please reopen if you have a way to reproduce in a project we can see.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Desktop Icons Not Showing Up - Driver Support
Desktop Icons Not Showing Up · Restart Windows Explorer. Windows Explorer (explorer.exe) controls the desktop view (icons, taskbar and system tray). · Close...
Read more >
How to Fix Broken or Missing Icons and Thumbnails in ...
If your icons are corrupted or not displaying properly, you can reset the Windows 10 icon cache to fix them. The easiest way...
Read more >
Desktop icons disappeared in Windows 10 [SOLVED]
Right-click your desktop and click Personalize. · Click Themes > Desktop icon settings. · Select the icons you want to show on desktop,...
Read more >
Desktop icons not showing in Windows 11/10
Go to Windows Settings > Personalization > Taskbar > Taskbar corner overflow. Toggle on the settings next to the app icon you want...
Read more >
How to Fix the Desktop Icons Disappeared on Windows 10
Solution 1: Turn on the visibility of desktop icons · Right-click on an empty space on your desktop. · Click on the “View”...
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