Answers for "network error failed to fetch"

1

react native network request failed 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>
Posted by: Guest on August-31-2021

Code answers related to "network error failed to fetch"

Code answers related to "Javascript"

Browse Popular Code Answers by Language