From f0529516af13c405d14a57481a18c460646f9fbd Mon Sep 17 00:00:00 2001 From: Matt Oakes Date: Fri, 29 Mar 2019 12:11:37 -0700 Subject: [PATCH] Add the required manifest flag to connect to the detox server --- example/android/app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 1bc5806c4..d3ae0cd8c 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -11,7 +11,8 @@ android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" - android:theme="@style/AppTheme"> + android:theme="@style/AppTheme" + android:usesCleartextTraffic="true">