Problem
I'm trying to add icons to my React Native app for Android but I'm running into a big problem. The recommended way in the Android documentation isn't working for me.
When I right click on the res folder in Android Studio, I don't have the option to create a new "Image Asset" as seen in the "Android Studio Screenshot" below.
What I've Tried
- I created a new React Native project on the same version I'm using and still don't have the option to create a new "Image Asset"
- I've also tried using an online Android Icon generator and copying each image for each pixel density into the corresponding /res/mipmap folder. The app launches and the image I want shows up as the app Icon, however it isn't formatted properly. In the past I've used Android Studio's Image Asset creator to format the image properly. As you can see from the "Icon Screenshot" below, it's too small and should be taking up the entire icon circle instead of having the white boarder around it.
Has anyone expirenced this and have a suggestion?
Environment
- React Native 0.61.5
- Android Studio 3.1.3
Icon Screenshot