Icon not not loaded on Android App
See original GitHub issue "dependencies": {
"@remobile/react-native-splashscreen": "^1.0.3",
"alt": "^0.18.4",
"native-base": "^0.3.1",
"react": "^0.14.8",
"react-native": "^0.25.1",
"react-native-action-button": "^1.1.5",
"react-native-android-statusbar": "^0.1.2",
"react-native-icons": "^0.7.1",
"react-native-material-design": "https://github.com/react-native-material-design/react-native-material-design-styles.git",
"react-native-material-design-styles": "^0.2.6",
"react-native-navigation-bar": "^0.1.10",
"react-native-scrollable-tab-view": "^0.4.3",
"react-native-vector-icons": "^2.0.3"
},
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:20 (2 by maintainers)
Top Results From Across the Web
Top 6 Ways to Fix Missing App Icons on Android Phones
Open Settings and under Manage app, search for the app whose icon is missing, and tap to open it. Do you notice an...
Read more >App Icons Not Showing On Home Screen Solved - 3 Fix How To
Android app icons are found on the homepage of any mobile device. The Android Home Page is a screen that can be used...
Read more >Android application icon not showing up - Stack Overflow
Make sure the icon is stored with the name icon.png in those folders. · Make sure android has a drawable/icon resource. Check this...
Read more >Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update · Open the Google Play Store app Google Play . · At the top right, tap the profile...
Read more >Apps Not Showing on Android Home Screen? 8 Fixes! - iMobie
How Do I Find Missing Apps on My Android Phone? · Check If the Missing Apps Are Installed · Check If the Missing...
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 Free
Top 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
I also tried the troubleshooting instructions below to no avail…
Even I faced the same issue. I tried restarting whole application and it worked. Try:
react-native run-android
This will actually download some packages for react-native-vector-icons while building up, thennpm start
.