I'm using tanstack-db and electric collections in an expo app and I think its working fine. However, the sync connection seems to be timing out after the initial sync:
[extraction_job] Sync response: 200 OK
[extraction_job] Syncing complete
[/api/electric extraction_job] Syncing to Electric...
Metro error: Request timed out
Call Stack
ClientRequest.emit (node:events)
TLSSocket.emitRequestTimeout (node:_http_client)
Object.onceWrapper (node:events)
TLSSocket.emit (node:events)
TLSSocket.Socket._onTimeout (node:net)
listOnTimeout (node:internal/timers)
processTimers (node:internal/timers)
[/api/electric extraction_job] Syncing to Electric..```
From here on out, the request continues to time out but among the timeouts there will be a successful sync after some time. This could be a side effect of using it with expo but wondering if anyone had an idea.