[BUG] - Icons not showing on Android 9
See original GitHub issueDescribe the bug Icons for +/- are not showing for Android 9. Tested on emulator only. In iOS this problem doesn’t happen.
To Reproduce Steps to reproduce the behavior:
- Import the package
- use the
<NumericInput onChange={value => console.log(value)} />
- Android simulator is showing this:
Expected behavior It should display icons properly.
Enviorment (please complete the following information):
- Version: v1.8.3
- React Native version: 0.61.2
- Device: Android 9 Emulator
- Device OS: Android 9 Emulator
Issue Analytics
- State:
- Created 4 years ago
- Comments:12
Top Results From Across the Web
Top 6 Ways to Fix Missing App Icons on Android Phones
Top 6 Ways to Fix Missing App Icons on Android Phones · 1. Add to Home Screen · 2. Hidden Apps · 3....
Read more >Apps Disappearing on Android and iPhone Home screen ...
Your inability to find the missing app icon in your app drawer gives you the clue that it's either hidden, disabled, or uninstalled....
Read more >Launcher icons not showing in app drawer
Which Oxygen os you are running? Try to clear app cache and app storage and uninstall the updates. That should help to remove...
Read more >It seems that on Android the new icons don't display correctly ...
It seems that on Android the new icons don't display correctly in the navigation menu. At the same time, they do display correctly...
Read more >Weird app bug -- Icons not showing - BoardGameGeek
Clearing the cache and the local files seemed to fix the problem, at least temporarily, but it returned at the very end of...
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 had installed vector icons already but I was not able to show icons properly , however, I saw I was using only fontawesome and materialcommunity icons , I added more into app/build.gradle file as iconFontNames: [ ‘Octicons.ttf’,‘Ionicons.ttf’,‘Feather.ttf’,‘MaterialCommunityIcons.ttf’,‘FontAwesome.ttf’,‘MaterialIcons.ttf’, ‘EvilIcons.ttf’, ‘SimpleLineIcons.ttf’ ] // Name of the font files you want to copy
and its working fine now
Uses Ionicons internally, so just specify
Ionicons.ttf
inandroid/app/build.gradle