feat(expo): Add support for Expo SDK 57#9069
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
🦋 Changeset detectedLatest commit: 36b379a 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 |
📝 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)
✨ Finishing Touches📝 Generate docstrings
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