Expo 57.0.15
Expo SDK patch 57.0.15 shipped on August 20, 2026. Breaking: nothing. This is a maintenance patch on the Expo SDK 57 line, the kind programmers quietly install and never mention in a release party.
Here's what you need to know in one breath.
What Changed
- Patch-level bug fixes across the Expo SDK packages, focused on stability for apps already on SDK 57.
- No breaking changes — safe drop-in bump for existing 57.x projects.
- Follows 57.0.14 (August 17) — a tight fix cadence on the 57 line.
Why It Matters
Patch releases like this are where the real quality-of-life work happens: edge-case bugs, memory issues, and small regressions that only show up in production traffic. If you've been holding on 57.0.14 or earlier, the updates bundled into this patch are worth having.
How to Update
For a managed Expo project, bump the expo package directly:
npx expo install expo@^57.0.15
or run npx expo upgrade if you're still on an older SDK line. Then rebuild, re-test your native module setup, and push. Nothing about your app's API surface changes — it's a patch.
Bottom Line
It's a minor release doing minor-release things. If you're on SDK 57, install it. If you're behind a few patches, this is a good excuse to catch up. No fanfare required.