How to migrate from Expo SDK 52 to SDK 53? #167872
-
Discussion TypeProduct Feedback Discussion ContentI'm currently working on upgrading my project from Expo SDK 52 to SDK 53. I couldn't find detailed migration steps or breaking changes in the official documentation. Has anyone gone through this upgrade already? |
Beta Was this translation helpful? Give feedback.
Answered by
JoelDeonDsouza
Jul 28, 2025
Replies: 2 comments
-
Publish |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Install Expo SDK 53npx expo install expo@^53.0.0 Automatically fix and update compatible dependenciesnpx expo install --fix |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
harshattray
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Before starting, create a Git branch or backup your project to avoid potential issues during the upgrade.
Install Expo SDK 53
Automatically fix and update compatible dependencies