Skip to content

Commit

Permalink
apply networkSecurityConfig to androidTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Jan 24, 2019
1 parent dedd9a5 commit a89e878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReactAndroid/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:hardwareAccelerated="false">
android:hardwareAccelerated="false"
android:networkSecurityConfig="@xml/rn_network_security_config">
<activity
android:name="com.facebook.react.testing.ReactAppTestActivity"
android:theme="@style/Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen"
Expand Down

0 comments on commit a89e878

Please sign in to comment.