Icons are not showing up
See original GitHub issueI 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' />
Issue Analytics
- State:
- Created 6 years ago
- Reactions:16
- Comments:103 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.