File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments