- Clone the repo
- Run the command
pnpm i && pnpm expo prebuild --clean -p ios && pnpm expo run:ios
or the equivalent. Make sure to run in on an iPad (haven't tested it on iPhone) - Change the orientation of the device. You will not see logs that are supposed to get printed when the orientation changes
This issue started occurring after upgrading to Expo SDK 53 and wasn't happening on SDK 52. It doesn't happen on Android. It hasn't been tested on iPhone.