fix(expo): Recreate Android recomposer after reattach#9178
Conversation
Co-authored-by: d3oxy <ishansachu1@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: f8edc7c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
📝 WalkthroughWalkthroughAndroid Expo native views now manage Compose recomposition across attachment cycles, reset auth dismissal state after detachment, and include a patch changeset. ChangesAndroid native UI lifecycle
Estimated code review effort: 2 (Simple) | ~15 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
mikepitre
left a comment
There was a problem hiding this comment.
LGTM! thanks for fixing!
Description
This PR carries over the fix from #9143 and adds a fix for a cold-start crash found while validating it.
Fixes #9142
Bug repro:
Screen.Recording.2026-07-15.at.10.54.08.PM.mov
Fix from this PR:
Screen.Recording.2026-07-16.at.6.26.56.AM.mov
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
"dismissed"authentication events after a detached view is reattached.