build(expo-example): upgrade Expo example app from SDK 53 to SDK 54#417
build(expo-example): upgrade Expo example app from SDK 53 to SDK 54#417
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Why?
Intercom Android SDK 18.0.0 requires
compileSdk 36andtargetSdk 36. The Expo example was on SDK 53 / RN 0.79.6 (compileSdk 35), which cannot build with SDK 18.0.0. This complements #408 which upgraded the bare example app.How?
Upgrades the Expo example from SDK 53 to SDK 54, which bundles React Native 0.81.5 with
compileSdk 36/targetSdk 36. All Expo-managed dependencies were updated to their SDK 54 compatible versions.Generated with Claude Code