Skip to content

feat(expo): add Android bottom sheet presentation#9216

Draft
swolfand wants to merge 2 commits into
mainfrom
sam/expo-auth-view-bottom-sheet
Draft

feat(expo): add Android bottom sheet presentation#9216
swolfand wants to merge 2 commits into
mainfrom
sam/expo-auth-view-bottom-sheet

Conversation

@swolfand

@swolfand swolfand commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Description

Adds an opt-in Android presentation mode to the Expo native AuthView:

<AuthView presentation="bottomSheet" />

AuthView continues to render inline by default, so existing full-screen and embedded usages are unchanged. When bottomSheet is selected on Android, the Expo native host presents Clerk's existing Compose auth flow in a Material 3 bottom sheet, uses the Clerk theme background, keeps Clerk branding visible in the partially expanded state, and supports expansion and dismissal.

Previously, the Expo bridge always mounted the Android auth view as full-parent content. React Native callers could place that content inside a modal, but could not opt into a native Material bottom-sheet presentation without modifying the bridge locally.

Validation:

  • pnpm turbo build --filter=@clerk/expo
  • pnpm turbo test --filter=@clerk/expo (107 tests)
  • pnpm --filter @clerk/expo lint (no errors; existing warnings only)
  • pnpm --filter @clerk/expo format:check
  • Android release and debug builds in an Expo SDK 57 consumer app
  • Manual verification on an Android emulator and Pixel 9 Pro
Screenshot_1784739740 Screenshot_1784741876

@changeset-bot

changeset-bot Bot commented Jul 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 61e5663

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 Minor

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 Jul 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jul 22, 2026 7:17pm
swingset Ready Ready Preview, Comment Jul 22, 2026 7:17pm

Request Review

@pkg-pr-new

pkg-pr-new Bot commented Jul 22, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/electron

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

@clerk/electron-passkeys

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

@clerk/eslint-plugin

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

@clerk/expo

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

@clerk/expo-google-signin

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/hono

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/react

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

@clerk/react-router

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/ui

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

@clerk/upgrade

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

@clerk/vue

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

commit: 61e5663

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.

1 participant