showing results for - "react native change app icon"
Elena
19 Jun 2018
1Add an application launcher icon with automatic sizing. (Android studio)
2
3Go to menu File* → New → Image Assets → select launcher icon → choose image file
4
5It will automatically re-size. Done!
6  
7################ OR ##################  
8
9Android Icons
10Replace ic_launcher.png in folders 
11[ProjectDirectory]/android/app/src/main/res/mipmap-*/.
12
1372*72 ic_launcher.png in mipmap-hdpi.
1448*48 ic_launcher.png in mipmap-mdpi.
1596*96 ic_launcher.png in mipmap-xhdpi.
16144*144 ic_launcher.png in mipmap-xxhdpi.
17192*192 ic_launcher.png in mipmap-xxxhdpi.
18
19For this I found this tool most useful.
201. Upload a image.
212. Download a zip.
223. Extract into your project.
234. Done
24
25Tool Link: http://romannurik.github.io/AndroidAssetStudio/
26https://easyappicon.com/
27
28reference:
29https://stackoverflow.com/questions/5350624/set-icon-for-android-application/11845815#11845815