Description
Expo SDK 57 was released on June 30, 2026. We need to test the Sentry React Native SDK with Expo 57 and fix any compatibility issues.
Unlike Expo 56, SDK 57 is a smaller, non-breaking update built around React Native 0.86, positioned as an optional upgrade with a faster release cadence.
Key changes in Expo 57
- React Native 0.86 (React stays at 19.2) — no breaking changes from 0.85
- Fixes and improvements to edge-to-edge support on Android; light/dark mode emulation in DevTools
expo-image — new cache management methods (writeToCacheAsync / readFromCacheAsync)
expo-dev-client — new iOS launcher setting
expo-router — enhanced Stack.Toolbar.Badge support on Android
- Updated animation/gesture libraries (
react-native-reanimated, react-native-worklets, react-native-gesture-handler)
- Known issue: increased Android memory usage (25-30%) with
react-native-reanimated + Hermes V1; workaround via worklets bundle mode
Tasks
References
Description
Expo SDK 57 was released on June 30, 2026. We need to test the Sentry React Native SDK with Expo 57 and fix any compatibility issues.
Unlike Expo 56, SDK 57 is a smaller, non-breaking update built around React Native 0.86, positioned as an optional upgrade with a faster release cadence.
Key changes in Expo 57
expo-image— new cache management methods (writeToCacheAsync/readFromCacheAsync)expo-dev-client— new iOS launcher settingexpo-router— enhancedStack.Toolbar.Badgesupport on Androidreact-native-reanimated,react-native-worklets,react-native-gesture-handler)react-native-reanimated+ Hermes V1; workaround via worklets bundle modeTasks
samples/expoto Expo SDK 57expo/fetch)expo-routerpeerDependenciesif neededReferences