feat(expo): Add support for Expo SDK 57#9069
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: e7667a0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR widens the ChangesExpo SDK 57 support
Estimated code review effort: 1 (Trivial) | ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
| - expo-sdk: 57 | ||
| platform: android | ||
| runner: blacksmith-8vcpu-ubuntu-2204 | ||
| - expo-sdk: 56 | ||
| - expo-sdk: 57 |
There was a problem hiding this comment.
I dropped 56 rather than an older row because 56 and 57 are the redundant pair. SDK 57 ships with no breaking changes from 56, so a native build passing on one effectively passes on the other. Keeping 54, 55, and 57 gives evenly spread React Native coverage (0.81, 0.83, 0.86) instead of two adjacent versions.
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
Description
Adds support for Expo SDK 57. SDK 57 is a small, focused release (React Native 0.86, React unchanged at 19.2) that Expo explicitly ships with no breaking changes from SDK 56.
I dropped 56 rather than an older row because 56 and 57 are the redundant pair. SDK 57 ships with no breaking changes from 56, so a native build passing on one effectively passes on the other. Keeping 54, 55, and 57 gives evenly spread React Native coverage (0.81, 0.83, 0.86) instead of two adjacent versions.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit