Add icon to application tag of AndroidManifest.xml

This commit is contained in:
Brandon Presley 2024-02-11 17:49:53 +13:00
parent 4d23cf6106
commit ff365c791b
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning">
tools:ignore="GoogleAppIndexingWarning"
android:icon="@mipmap/ic_launcher">
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false" />
</application>
</manifest>