Skip to content

Commit a89e878

Browse files
committed
apply networkSecurityConfig to androidTest
1 parent dedd9a5 commit a89e878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: ReactAndroid/src/androidTest/AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
99

1010
<application
11-
android:hardwareAccelerated="false">
11+
android:hardwareAccelerated="false"
12+
android:networkSecurityConfig="@xml/rn_network_security_config">
1213
<activity
1314
android:name="com.facebook.react.testing.ReactAppTestActivity"
1415
android:theme="@style/Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen"

0 commit comments

Comments
 (0)