Skip to content

feat(expo): Add support for Expo SDK 57#9069

Open
wobsoriano wants to merge 3 commits into
mainfrom
rob/expo-57
Open

feat(expo): Add support for Expo SDK 57#9069
wobsoriano wants to merge 3 commits into
mainfrom
rob/expo-57

Conversation

@wobsoriano

@wobsoriano wobsoriano commented Jul 1, 2026

Copy link
Copy Markdown
Member

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 test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • New Features
    • Added support for Expo SDK 57.
  • Updates
    • Bumped app and package versions to align with the newer Expo SDK, including related React and React Native updates.
    • Expanded compatibility ranges so the packages work with the latest supported Expo releases.
  • Bug Fixes
    • Updated the native build workflow to include the newer Android/Expo SDK combination.

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
swingset Ready Ready Preview, Comment Jul 1, 2026 9:24pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
clerk-js-sandbox Skipped Skipped Jul 1, 2026 9:24pm

Request Review

@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 36b379a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@clerk/expo-passkeys Minor
@clerk/expo Minor

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

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

This PR widens the expo peer dependency ranges in @clerk/expo and @clerk/expo-passkeys from <57 to <58, updates the CI native-build matrix to test Expo SDK 57, bumps integration template dependency versions, and adds a changeset documenting the update.

Changes

Expo SDK 57 support

Layer / File(s) Summary
Peer dependency range widening
packages/expo/package.json, packages/expo-passkeys/package.json
The expo peer dependency upper bound is widened from <57 to <58 in both packages.
CI matrix and integration template updates
.github/workflows/expo-native-build.yml, integration/templates/expo-native/package.sdk-57.json
The Android matrix entry in the native-build workflow now targets expo-sdk: 57, and the SDK-57 integration template bumps expo, react, and react-native dependency versions.
Changeset entry
.changeset/cuddly-maps-write.md
A changeset marks @clerk/expo-passkeys and @clerk/expo as minor updates and notes added support for Expo SDK 57.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Poem

Hop, hop, upgrade the peer!
SDK fifty-seven's finally here 🐰
Matrix builds and templates bump,
A changeset notes the happy jump,
Carrots fresh, no bugs to fear!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: adding support for Expo SDK 57.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Comment @coderabbitai help to get the list of available commands.

Comment on lines +48 to +51
- expo-sdk: 57
platform: android
runner: blacksmith-8vcpu-ubuntu-2204
- expo-sdk: 56
- expo-sdk: 57

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense!

@pkg-pr-new

pkg-pr-new Bot commented Jul 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@9069

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@9069

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@9069

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@9069

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9069

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9069

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9069

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@9069

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@9069

@clerk/express

npm i https://pkg.pr.new/@clerk/express@9069

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@9069

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9069

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@9069

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@9069

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@9069

@clerk/react

npm i https://pkg.pr.new/@clerk/react@9069

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@9069

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@9069

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@9069

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@9069

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9069

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@9069

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@9069

commit: 36b379a

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-07-01T21:25:38.858Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 36b379a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants