We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f7b0e commit 3b0b7ceCopy full SHA for 3b0b7ce
ReactAndroid/src/main/res/devsupport/xml/network_security_config.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<network-security-config>
3
+ <domain-config cleartextTrafficPermitted="true">
4
+ <domain includeSubdomains="false">localhost</domain>
5
+ <domain includeSubdomains="false">10.0.2.2</domain>
6
+ <domain includeSubdomains="false">10.0.3.2</domain>
7
+ </domain-config>
8
+</network-security-config>
0 commit comments