HTTP POST request limit?

Does React native / Expo place a cap on how many http POST requests you can do per min?

My first few POST requests were pretty much instant but subsequent ones took 1-2 min to get to the server (nodejs).

Expo doesn’t control your calls with fetch, so you can do as much as your backend can handle (or the underlying mobile OS)