diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index 62112aff..2daadb59 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -9,16 +9,17 @@
-
+ android:name=".App"
+ android:hardwareAccelerated="true"
+ android:allowBackup="false"
+ android:label="@string/app_name"
+ android:icon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher_round"
+ android:supportsRtl="true"
+ android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
+ android:networkSecurityConfig="@xml/network_security_config">
+
+