android: fix packager in debug mode in API 28

These values must match these ones in React Native:
5939d078a0/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/AndroidInfoHelpers.java (L20-L22)
This commit is contained in:
Saúl Ibarra Corretgé 2019-01-16 17:38:39 +01:00 committed by Paweł Domas
parent 79209535ea
commit bb8fc8770a
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="false">localhost</domain>
<domain includeSubdomains="false">10.0.2.2</domain>
</domain-config>
</network-security-config>