Description
Expo SDK 56 was released on May 21, 2026. We need to test the Sentry React Native SDK with Expo 56 and fix any compatibility issues.
Key changes in Expo 56
- React Native 0.85, React 19.2, Hermes v1
expo-router removes React Navigation dependency — code using @react-navigation/* must migrate
expo/fetch replaces globalThis.fetch by default — opt out with EXPO_PUBLIC_USE_RN_FETCH=1
- Minimum iOS/tvOS raised to 16.4
- Expo UI (SwiftUI/Jetpack Compose) now stable
- Inline Expo Modules — define modules directly in project structure
@expo/vector-icons deprecated — migrate to @react-native-vector-icons/*
Tasks
References
Description
Expo SDK 56 was released on May 21, 2026. We need to test the Sentry React Native SDK with Expo 56 and fix any compatibility issues.
Key changes in Expo 56
expo-routerremoves React Navigation dependency — code using@react-navigation/*must migrateexpo/fetchreplacesglobalThis.fetchby default — opt out withEXPO_PUBLIC_USE_RN_FETCH=1@expo/vector-iconsdeprecated — migrate to@react-native-vector-icons/*Tasks
samples/expoto Expo SDK 56expo/fetchas defaultglobalThis.fetch— verify breadcrumbs and spans still capture network requestsexpo-routerwithout React Navigation — verify navigation instrumentation still workspeerDependenciesif neededReferences