Expo Client SDK Mismatch Error

Hello all,

I am trying to run my React Native code on my iPhone. When I scan the QR code I get the following error:

Unsupported SDK (53)

The Expo Client app on my phone is based on SDK 54 and it does not support code built on SDK 53.

I tried upgrading the code SDK to 54 but I got the following error on Expo Client app when I scanned the new QR code:

Unknown error: the internet appears to be offline

but my internet is online and it is the same WiFi for my laptop and my iPhone.

I cannot run the code in an emulator because my laptop is too slow.

Does anyone have a solution?

Thanks in advance.

Ozair