Multiple Fetch API is stuck after detach to Bare workflow

Hello,

I have detached my project in the bare workflow, there I am getting a problem with multiple API calls. When I make multiple calls then I get a response very late of the API. but if a single call is made it works fine.

I tested by detaching with Expokit, but it’s working fine without such problems. I think expo is using some logic to handle multiple API’s. so please if anyone has any idea then let me know what is wrong with the bare workflow.
I am using a fetch method for the API.
Thanks