How to Change App icons and Notification Icons in React Native (Android)
Want to change the default app icon and notification icon of your React Native app in Android? Then you are at the right place. It would have been a tough task if there was no Android Asset Studio. Android Asset studio helps to create launcher icons as well as notification icons in proper formats.
Update: It seems like the Android Asset Studio app icon generator page is no more maintained. Hence, I suggest you use the icon.kitchen for changing the app icon.
For the app icon, go here
In case of a notification icon, just go here and choose Image as Foreground. Upload your icon and do your own customization. Download it and unzip the folder. Copy the folders and navigate to
YourProject>android>app>src>main>res and paste there. The name of the images will depend upon the library you are using for push notifications. For example, if you are using
That’s how you change the app icon and notification icon for Android in react native.