I have a weird issue with making fetch requests to my API on Android (using React Apollo). In the dev build as well as the release build fetch does not work. As soon as I power up React Native Debugger and enable Enable Network Inspect the requests work.
I have no idea how to debug the requests as they are not shown in the debugger without Network Inspect enabled.
Any ideas how I could find the error or did anyone of you run into the same issue?