My app shows two app icons after installing it on android with React Native. Why is this happening? Any idea?
I am only using one index.js
. I do not have an index.android.js
and my version of React Native is 0.50.3
.
Tap the app name whose icon you want to change. Select Icon from the settings menu that opens. The available icons for that app from the various icon packs installed on your phone appear under the Available Icons section. Select the one you like.
My fault :( I have two activity in AndroidManifest.xml with:
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
Remove one and perfect :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With