android: fix packager in debug mode in API 28

These values must match these ones in React Native:
https://github.com/facebook/react-native/blob/5939d078a01edc9f83fce102317540ffbcac17c1/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 14:55:12 -06:00
committed by Paweł Domas
parent 79209535ea
commit bb8fc8770a
@@ -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>