File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Example/android/app/src/debug Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools" >
4+
5+ <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
6+
7+ <application tools : targetApi =" 28"
8+ tools : ignore =" GoogleAppIndexingWarning"
9+ android : networkSecurityConfig =" @xml/react_native_config" />
10+ </manifest >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments