We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9143e45 commit d3b7237Copy full SHA for d3b7237
android/app/src/main/AndroidManifest.xml
@@ -8,6 +8,7 @@
8
android:roundIcon="@mipmap/ic_launcher_round"
9
android:supportsRtl="true"
10
android:theme="@style/AppTheme"
11
+ android:usesCleartextTraffic="true"
12
android:networkSecurityConfig="@xml/network_security_config">
13
<activity
14
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
0 commit comments