Skip to content

fix(expo): use public auth completion callback - #9631

Merged
seanperez29 merged 2 commits into
mainfrom
sean/expo-auth-view-callback
Sep 1, 2026
Merged

fix(expo): use public auth completion callback#9631
seanperez29 merged 2 commits into
mainfrom
sean/expo-auth-view-callback

Conversation

@seanperez29

@seanperez29 seanperez29 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Description

Bumps the bundled clerk-ios SDK from 1.5.1 to 1.5.2 and replaces the private iOS auth-flow completion SPI with AuthView’s public onAuthComplete callback.

The callback continues to emit Expo’s existing dismissed event, preserving current behavior and matching Android without changing Expo’s public API.

Release: https://github.com/clerk/clerk-ios/releases/tag/1.5.2

To test, present an AuthView with isDismissible set to both true and false, complete authentication, and verify that onDismiss fires exactly once.

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 20ff3cc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clerk/expo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
clerk-js-sandbox Ready Ready Preview Sep 1, 2026 5:18pm UTC
swingset Ready Ready Preview Sep 1, 2026 5:18pm UTC

Request Review

@github-actions github-actions Bot added the expo label Sep 1, 2026
@pkg-pr-new

pkg-pr-new Bot commented Sep 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@9631

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@9631

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@9631

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@9631

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9631

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9631

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9631

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@9631

@clerk/expo-google-signin

npm i https://pkg.pr.new/@clerk/expo-google-signin@9631

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@9631

@clerk/express

npm i https://pkg.pr.new/@clerk/express@9631

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@9631

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9631

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@9631

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@9631

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@9631

@clerk/react

npm i https://pkg.pr.new/@clerk/react@9631

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@9631

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@9631

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@9631

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@9631

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9631

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@9631

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@9631

commit: 20ff3cc

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-09-01T17:20:12.655Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 20ff3cc.

@seanperez29

Copy link
Copy Markdown
Contributor Author

@wobsoriano We had someone asking for a public onAuthComplete similar to Android so I figured might as well do that in place of the SPI

@wobsoriano wobsoriano left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes sense to me!

@seanperez29
seanperez29 merged commit a0e28b9 into main Sep 1, 2026
64 checks passed
@seanperez29
seanperez29 deleted the sean/expo-auth-view-callback branch September 1, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants