Skip to content

Instantly share code, notes, and snippets.

@4rmx
Created March 6, 2021 07:03
Show Gist options
  • Save 4rmx/4268de97486ac7480d6280d5c63deb77 to your computer and use it in GitHub Desktop.
Save 4rmx/4268de97486ac7480d6280d5c63deb77 to your computer and use it in GitHub Desktop.
network_security_config of rn-http-fetch
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="false">localhost</domain>
<domain includeSubdomains="false">192.168.0.119</domain>
<domain includeSubdomains="false">192.168.0.106</domain>
<base-config cleartextTrafficPermitted="true"/>
</domain-config>
</network-security-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment