Steve Kellock

Results 58 comments of Steve Kellock

Did this change in a newer expo? This repo used a version that's several releases old now.

Cheers all. Closing this with a warm & fuzzy feeling.

I mentioned it in passing to @codeithuman and the bastard wrote it down!

Anyone have insights into why this is happening? Some light googling turn up no answers for me.

Me personally? Ya, I can use `cmd.exe`. But it should run on powershell & git bash too. Because people use that as well.

Hmm. What android version are we talking here?

Trying `console.log`ging that `response.originalError`... that should shed some light on things. That's the underlying `axios` error. the `status: null` would mean that that server was not reached (whether that's a...

You can access the axiosInstance after creating an api by doing `api.axiosInstance`. That way you have full access to everything they can do.

I believe axios treats that as an exception, so perhaps doesn't take the interception route home? I haven't tried that before so I can't say for sure.