I make https request from a react native app. Sometimes the requests hang for about 2 minutes (no reject, no resolve). Here are some symptoms:
What else can I check?
You can try axios or fetch with some timeout value and can verify if you are getting timeout error this means request not gettng fulfilled within defined time and there can be plenty of reasons not specific to react-native.
Sometime with simulator/virtual devices we face issue like network calls not working properly due to low memory configuration or other network related issues. You can also try to reproduce same in real device and relase version.