Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/cuddly-maps-write.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@clerk/expo-passkeys': minor
'@clerk/expo': minor
---

Add support for Expo SDK 57
4 changes: 2 additions & 2 deletions .github/workflows/expo-native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- expo-sdk: 55
platform: ios
runner: blacksmith-6vcpu-macos-26
- expo-sdk: 56
- expo-sdk: 57
platform: android
runner: blacksmith-8vcpu-ubuntu-2204
- expo-sdk: 56
- expo-sdk: 57
Comment on lines +48 to +51

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!

platform: ios
runner: blacksmith-6vcpu-macos-26

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"prebuild:ios": "expo prebuild --clean --platform ios"
},
"dependencies": {
"expo": "~56.0.12",
"react": "19.2.3",
"react-native": "0.85.3"
"expo": "~57.0.1",
"react": "19.2.7",
"react-native": "0.86.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"expo": "~52.0.49"
},
"peerDependencies": {
"expo": ">=53 <57",
"expo": ">=53 <58",
"react": "catalog:peer-react",
"react-native": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
"peerDependencies": {
"@clerk/expo-passkeys": ">=0.0.6",
"expo": ">=53 <57",
"expo": ">=53 <58",
"expo-apple-authentication": ">=7.0.0",
"expo-auth-session": ">=5",
"expo-constants": ">=12",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading