Add the required manifest flag to connect to the detox server

This commit is contained in:
Matt Oakes 2019-03-29 12:11:37 -07:00
parent f538156b9d
commit f0529516af
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false" android:allowBackup="false"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:label="@string/app_name" android:label="@string/app_name"