Always Network Request Failed in React Native Android App

Job ID: 34171449

Budget: $100 – $101 USD

The React Native App(Android) does not work on the any devices(mobile device and emulator). I always see network request errors. So I added the network_security_config.xml file to the xml holder, but it still doesn't work. Backend url is 'https://prvmsg.com' I've been grappling with this problem for a week. Please help me.

I am going to pay 100$ to developer to resolve this problem.

Auto Bid will be disappeared.
Please start with 'I can resolve this problem within a day.'

---network-security-config.xml---

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config>
<!-- Localhost config is NEEDED from react-native for the bundling to work -->
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">127.0.0.1</domain>
<domain includeSubdomains="true">10.0.0.1</domain>
<domain includeSubdomains="true">localhost</domain>
</domain-config>
<domain includeSubdomains="true">newbiefans.com</domain>
<trust-anchors>
<certificates src="@raw/ca"/>
<certificates src="system"/>
</trust-anchors>
</domain-config>
</network-security-config>
Related categories: Android Social Networking React.js React Native SSL