Uh oh!
There was an error while loading. Please reload this page.
chore(expo): bump clerk-android to 1.1.1 - #9422
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: b0c5157 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 |
@clerk/astro@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/electron@clerk/electron-passkeys@clerk/eslint-plugin@clerk/expo@clerk/expo-google-signin@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/vuecommit: |
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📝 WalkthroughWalkthroughThe PR updates the Clerk Android API and UI dependencies from Estimated code review effort: 1 (Trivial) | ~2 minutes Mergeability Score:🔵 Low · up to The PR updates the Expo Android SDK and related integration configuration. A retry path may tap a selector after navigation has already completed, causing the integration check to fail; this is a bounded risk requiring owner awareness or follow-up, but not a release-blocking production issue. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
Retry the Manage account action until the account details screen appears so transient emulator taps do not fail the flow.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@integration/tests/expo-native/flows/embedded-profile-host-back.yaml`:
- Around line 42-49: Move extendedWaitUntil for EMAIL ADDRESSES|Add email
address outside the retry block, leaving only tapOn Manage account under retry
with maxRetries 3. Preserve the existing timeout and visibility condition.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro Plus
Run ID: 730f30bf-4bb0-4d76-a0bc-522c94d79607
📒 Files selected for processing (1)
integration/tests/expo-native/flows/embedded-profile-host-back.yaml
🔗 Linked repositories identified
CodeRabbit considers these linked repositories for cross-repo context during reviews:
clerk/clerk_go(manual)clerk/dashboard(manual)clerk/accounts(manual)clerk/backoffice(manual)clerk/clerk(manual)clerk/clerk-docs(manual)clerk/cloudflare-workers(manual)
Uh oh!
There was an error while loading. Please reload this page.
Wait for the native profile layout and tap its clickable account row so Maestro does not queue duplicate navigation taps.
clerk-android 1.1.1 reveals a pushed screen with a Compose alpha animation, which never runs while animator_duration_scale is 0, leaving the incoming screen invisible for the whole assertion timeout. Keep window and transition scales at 0 so taps stay fast.
The tap was never the problem. The account row navigation stalled because the emulator ran with animator_duration_scale 0, so restore the flow to its original form now that CI runs with animations.
Uh oh!
There was an error while loading. Please reload this page.
Description
Bumps the bundled
clerk-androidSDK in@clerk/expofrom1.1.0to1.1.1.Release: https://github.com/clerk/clerk-android/releases/tag/v1.1.1
Checklist
Type of change
Refactoring / dependency upgrade / documentation