React Native Network Demande a échoué 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