Syed Zain Nemat
Syed Zain Nemat
Ok so I debugged this quite a bit and it appears this is a problem with expo itself, their network calls on android specifically when you don't use anything besides...
Using expo/fetch does fix the performance, I have no idea why it might be slow specifically on android. Might be worth checking out how their fetch implementation works, it says...
I actually tested something, a completely fresh expo repo and I made 3 separate fetch calls with one using axios, normal fetch, expo/fetch and all 3 showed similar results. But...
I cannot inspect what protocol expo is using to make network requests, they don't have support for that but when I check the logs on my electric instance, it does...
This has been happening with our project as well, we're also using axios to make network calls in our mobile app and we're on sdk 54. But in our case...
@petertoth-dev In my case, we're using electricSQL which is a kind of sync layer on top of postgres and while its syncing a bunch of shapes, every single fetch client...