bereaksi permintaan jaringan asli gagal fetch

// Add this to info.plist

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>

// Add this to AndroidManifest.xml
<application android:usesCleartextTraffic="true">
</application>
Alexandre Dao