Skip to content

Commit 2a5d8f1

Browse files
committed
chore: update changeset to reflect feature scope
1 parent 95c714d commit 2a5d8f1

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
---
2-
'@clerk/expo': patch
2+
'@clerk/expo': minor
33
'@clerk/react': patch
44
---
55

6-
Fix code quality issues across native bridge layer
7-
8-
- Fix forEach callback in `isomorphicClerk` to use block statement, avoiding implicit return lint warning
9-
- Emit `'error'` status instead of `'ready'` when `clerk.load()` fails in `isomorphicClerk`
10-
- Add `isMountedRef` guards after every `await` in `syncNativeAuthToJs` to prevent state mutations after unmount
11-
- Only call `onSuccess` after `syncNativeSession` succeeds in `AuthView`; call `onError` on sync failure
12-
- Replace non-null assertion and `as any` cast with null-check and type guard in `syncNativeSession`
13-
- Cancel Recomposer and CoroutineScope in `onDetachedFromWindow` to prevent coroutine leaks (Android)
14-
- Replace direct SharedPreferences access with `Clerk.session?.fetchToken()` public API (Android)
15-
- Return `UIViewController` from inline view factories to preserve SwiftUI lifecycle (iOS)
16-
- Retain `UIHostingController` as child view controller in `ExpoView` subclasses (iOS)
17-
- Handle auth event stream termination and nil `createdSessionId` by invoking completion with failure (iOS)
6+
Add native AuthView and UserProfileView components for iOS (SwiftUI) and Android (Jetpack Compose)
7+
Update @clerk/expo and @clerk/react to Core-3 Signal APIs
8+
Integrate native Google Sign-In and Apple Sign-In via Credential Manager and ASAuthorization

0 commit comments

Comments
 (0)