Skip to content

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

Merged
wobsoriano merged 5 commits into
mainfrom
rob/expo-57
Jul 2, 2026
Merged

feat(expo): Add support for Expo SDK 57#9069
wobsoriano merged 5 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)
clerk-js-sandbox Ready Ready Preview, Comment Jul 2, 2026 6:59pm
swingset Ready Ready Preview, Comment Jul 2, 2026 6:59pm

Request Review

@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e7667a0

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

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Repository YAML (base), Repository UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: eb293de1-cc77-4d42-b9e8-8c684acb75ea

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 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.

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: e7667a0

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-07-02T19:03:00.288Z

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 e7667a0.

@wobsoriano wobsoriano merged commit 6d9d4bc into main Jul 2, 2026
57 checks passed
@wobsoriano wobsoriano deleted the rob/expo-57 branch July 2, 2026 19:27
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