Skip to content

Commit 7472c35

Browse files
remove unused network security config
1 parent 22d0797 commit 7472c35

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

samples/react-native/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:allowBackup="false"
1111
android:theme="@style/AppTheme"
12-
android:supportsRtl="true"
13-
android:networkSecurityConfig="@xml/network_security_config">
12+
android:supportsRtl="true">
1413
<activity
1514
android:name=".MainActivity"
1615
android:label="@string/app_name"

samples/react-native/android/app/src/main/res/xml/network_security_config.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)