React Native (with Expo) fetch() TypeError: Network request failed on same computer
I cannot fetch anything from my local .NET webAPI (that's running on my computer) while using my react native app (Expo Go) that is "streamed" to my phone. The error I get is: TypeError: Network request failed I am able…