Skip to content

Commit 720ca64

Browse files
authored
chore(expo-passkeys): Add support for Expo 54 (#6752)
1 parent 939df73 commit 720ca64

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/curly-plums-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/expo-passkeys": minor
3+
---
4+
5+
Add support for Expo 54

packages/expo-passkeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"expo": "~52.0.47"
4141
},
4242
"peerDependencies": {
43-
"expo": ">=50 <54",
43+
"expo": ">=50 <55",
4444
"react": "catalog:peer-react",
4545
"react-native": "*"
4646
}

0 commit comments

Comments
 (0)