I created a React Native app that runs on both iOS and android. Currently I am just testing it on both platforms, although I am trying to figure out how to add an icon for the app for users who download it on Android. On iOS, adding an icon was easy, but for Android users, when they open their phone and look at the app on their home screen, it's just the generic Android logo.
I added a logo in the Google Play Console under "Store presence" -> "Main store listing", but it didn't work. My suspicion is that that is for when it's actually in the store.
How do I add an icon for Android users who are simply testing the app through internal testing?