React native – Upgrading to the latest Expo SDK 52 with dependencies issue
As per Expo documentation, to upgrade to latest SDK I need to first upgrade the SDK with npm install expo@latest and then upgrade the dependencies with npx expo install --fix, currently I am running SDK 51 with below dependencies, in…