From 4bd39500f82adecff5ecd3db5291d17bd1b518e3 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Wed, 20 Jan 2016 06:50:44 -0800 Subject: [PATCH] qucik fix for running CI tests with gradle Reviewed By: mkonicek Differential Revision: D2844709 fb-gh-sync-id: 9aaff6d0117501b91db519fbd640b8e1736a8cd6 --- ReactAndroid/src/androidTest/AndroidManifest.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/ReactAndroid/src/androidTest/AndroidManifest.xml b/ReactAndroid/src/androidTest/AndroidManifest.xml index 8d433458e..4275a7ea6 100644 --- a/ReactAndroid/src/androidTest/AndroidManifest.xml +++ b/ReactAndroid/src/androidTest/AndroidManifest.xml @@ -12,15 +12,8 @@ - - - - + android:name="com.facebook.react.testing.ReactAppTestActivity" + android:theme="@style/Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen" + /> - -