Expo 57.0.24
Expo 57.0.24 rolled out September 18, 2026 as a patch-level update to the Expo SDK 57 stable channel. It focuses on bug fixes and dependency alignment across the toolchain rather than new surface APIs.
What Changed
This is a patch release in the Expo SDK 57 line, sitting between the earlier 57.0.18 and today. Patch releases in this range bring forward the conformance fixes that accumulate after a major SDK ships, tightening the module system runtime and aligning the exact native binary versions across expo, expo-modules-core, and the Expo Go client.
What to Expect
- Stability — Targeted fixes for the modular runtime after the SDK 57 module system migration, improving edge cases with autolinking and app reloads.
- Dependency alignment — Pin updates so the JavaScript and native halves of the SDK report matching versions, reducing "version mismatch" warnings in managed workflows.
- Tooling parity — Consistency between Expo CLI, the dev server, and the Go client for projects on the 57 line.
Upgrade Path
If you are on Expo SDK 57, update the expo package in your project to 57.0.24 and reinstall dependencies. Check your lockfile for the updated version, and if you use a development build, regenerate it so the native side matches. Managed and Expo Go projects pick up the change on their next launch. As always with a patch release, no code changes are required beyond the version bump.