Kevin Brian Bader
Kevin Brian Bader
We're currently awaiting @youssef-lr's contributor assignment based on proposal [review](https://github.com/Expensify/App/issues/45008#issuecomment-2270103269).
From taking a quick look at what happens to the `RequestMoney` call which was stored in the sequential queue and resumed once back online, I'm not entirely sure that the...
I deployed **iOS: Native** on a real device and was able to do some debugging, ~~looks like this is a matter of the temporary file having a limited lifetime and...
@neil-marcellini It's confusing but here's what I found: The root cause does **not** seem related to the device saving the file temporarely but rather to [this line](https://github.com/Expensify/App/blob/bef062b4caa7f665159dc107911e708031e648c4/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx#L446) -> where we...