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.

[BUG] - Icons not showing on Android 9

See original GitHub issue

Describe 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:

  1. Import the package
  2. use the <NumericInput onChange={value => console.log(value)} />
  3. Android simulator is showing this: Screenshot_1574761278

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:open
  • Created 4 years ago
  • Comments:12

github_iconTop GitHub Comments

3reactions
amitbravocommented, Sep 29, 2020

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

1reaction
lb90commented, Jul 5, 2021

Uses Ionicons internally, so just specify Ionicons.ttf in android/app/build.gradle

Read more comments on GitHub >

github_iconTop 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 >

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