79389797

Date: 2025-01-27 05:32:37
Score: 0.5
Natty:
Report link

The usesCleartextTraffic="true" is already set in the AndroidManifest.xml for the debug configuration. This ensures that HTTP (cleartext) traffic is permitted, which is essential for connecting to the React Native Metro Bundler during development.

Since this configuration allows cleartext traffic, the network-security-config is not required for debugging. You can safely remove the network-security-config file and its reference, as the manifest already permits cleartext traffic. enter image description here

Reasons:
  • No code block (0.5):
Posted by: Ajmal Hasan