No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ic_launcher.png’) react native

No resource found that matches the given name at icon with value mipmap ic launcher.png react native

No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ic_launcher.png’) react native

You need to add in AndroidManifest.xml file:-

 android:icon="@mipmap/ic_launcher"

Instead of

android:icon="@mipmap/ic_launcher.png"

No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ic_launcher.png’) react native,
Android Error : No resource found that matches the given name (at ‘icon’ with value ‘@drawable/icon’),
How do I solve “No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ico’)” in Android Studio?

Scroll to Top