useHostedAuth() hook for native Account Portal sign-in
@clerk/expo@4.1.0
Minor Changes
-
Introduce the
useHostedAuth()hook for signing users in or up through Clerk's hosted Account Portal from native Expo apps. (#8960) by @mikepitreimport { useHostedAuth } from '@clerk/expo/hosted-auth'; const { startHostedAuth } = useHostedAuth(); // Opens Account Portal on the sign-in page await startHostedAuth(); // Or open the sign-up page first await startHostedAuth({ mode: 'sign-up' });
Patch Changes
-
Bump the bundled
clerk-iosSDK from1.3.3to1.3.4. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.3.4. (#9250) by @clerk-cookie -
Add a
logoprop to the nativeAuthView, allowing Expo apps to replace the dashboard-configured logo with custom React Native content on Android and iOS. (#9163) by @swolfand -
Keep the active session when a native client change resolves to a different, signed-out client. The check that discards those clients compared a reference that the refresh had already mutated, so it never engaged and the signed-out client was applied over the current session. (#8960) by @mikepitre
-
Updated dependencies [
e35d971]:- @clerk/clerk-js@6.25.10
- @clerk/react@6.12.8
Fetched July 27, 2026

