qucik fix for running CI tests with gradle
Reviewed By: mkonicek Differential Revision: D2844709 fb-gh-sync-id: 9aaff6d0117501b91db519fbd640b8e1736a8cd6
This commit is contained in:
parent
8d525b95dc
commit
4bd39500f8
|
@ -12,15 +12,8 @@
|
|||
|
||||
<application>
|
||||
<activity
|
||||
android:name="com.facebook.react.testing.ReactAppTestActivity"/>
|
||||
<!--<activity-->
|
||||
<!--android:name="com.facebook.react.testing.ReactAppTestActivity"-->
|
||||
<!--android:theme="@style/Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen"-->
|
||||
<!--/>-->
|
||||
android:name="com.facebook.react.testing.ReactAppTestActivity"
|
||||
android:theme="@style/Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen"
|
||||
/>
|
||||
</application>
|
||||
<instrumentation
|
||||
android:name="android.support.test.runner.AndroidJUnitRunner"
|
||||
android:targetPackage="com.facebook.react.tests"
|
||||
android:label="Integration tests for catalyst."/>
|
||||
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in New Issue