Skip to content

Upgrade Wave 2 mobile app dependencies (React Navigation, Tamagui, WalletConnect, Lottie, XState)#1941

Merged
transphorm merged 2 commits intodevfrom
codex/update-wave-2-package-upgrades
Apr 8, 2026
Merged

Upgrade Wave 2 mobile app dependencies (React Navigation, Tamagui, WalletConnect, Lottie, XState)#1941
transphorm merged 2 commits intodevfrom
codex/update-wave-2-package-upgrades

Conversation

@transphorm
Copy link
Copy Markdown
Member

@transphorm transphorm commented Apr 8, 2026

Motivation

  • Apply the Wave 2 set of dependency upgrades for the mobile app workspace to bring several UI, navigation, and runtime libs to the target Wave 2 versions while leaving react-native-svg unchanged.
  • Keep the mobile app (non-core) dependency surface aligned with the discussed Wave 2 resolutions to reduce drift and unblock follow-up compatibility testing.
  • Regenerate the lockfile so the project resolves the new Wave 2 package versions consistently across environments.

Description

  • Updated app/package.json dependency versions for @react-navigation/native and @react-navigation/native-stack, the Tamagui family (tamagui, @tamagui/*), @walletconnect/react-native-compat, lottie-react-native, and xstate, and added the matching Tamagui dev deps (@tamagui/types, @tamagui/vite-plugin).
  • Regenerated yarn.lock so resolutions now include Wave 2 targets (examples: React Navigation 7.2.2 / 7.14.10, Tamagui 1.144.4, WalletConnect 2.23.9, Lottie 7.3.6, XState 5.30.0).
  • Intentionally left react-native-svg unchanged per the requested exclusion.
  • Committed updated app/package.json and the regenerated yarn.lock with the message Upgrade wave 2 mobile app dependencies.

Testing

  • Ran yarn install which completed successfully (with existing peer warnings reported but no blocking errors).
  • Ran yarn workspace @selfxyz/mobile-app lint and yarn workspace @selfxyz/mobile-app types, both completed successfully.
  • Ran yarn workspace @selfxyz/mobile-app test where all test suites passed (62 suites, 788 tests passed) though Jest still emits the existing worker-teardown warning about a worker forced exit.

Codex Task

Summary by CodeRabbit

  • Chores
    • Updated core navigation, UI component, animation, state-management, and wallet/connect libraries to newer stable releases to improve app stability, UI behavior, and animation support across platforms.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
self-webview-app Ignored Ignored Preview Apr 8, 2026 4:02pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 8, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: cc8e3afc-ac9e-491c-8050-1780a25098e5

📥 Commits

Reviewing files that changed from the base of the PR and between f80c1f7 and 6eaece1.

⛔ Files ignored due to path filters (2)
  • app/ios/Podfile.lock is excluded by !**/*.lock
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json
✅ Files skipped from review due to trivial changes (1)
  • package.json

📝 Walkthrough

Walkthrough

Updated dependency versions in workspace package manifests: React Navigation, Tamagui packages and tooling, WalletConnect compatibility, lottie-react-native, and xstate. No source code or exported API changes.

Changes

Cohort / File(s) Summary
App dependencies
app/package.json
Bumped @react-navigation/native, @react-navigation/native-stack, @walletconnect/react-native-compat, lottie-react-native, xstate, and multiple @tamagui/* and tamagui entries to newer versions.
Workspace resolutions
package.json
Updated Yarn resolutions pins for @tamagui/animations-react-native and @tamagui/toast from 1.126.14 to 1.144.4.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides comprehensive motivation, detailed changes, and testing results, but does not follow the repository's required template structure with the Native Consolidation Checklist section. Add the Native Consolidation Checklist section from the template and check applicable items, or explicitly note if the checklist does not apply to this dependency-only change.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: upgrading Wave 2 mobile app dependencies across multiple libraries (React Navigation, Tamagui, WalletConnect, Lottie, XState).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/update-wave-2-package-upgrades

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f80c1f7ab3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread app/package.json
@transphorm transphorm merged commit 690d576 into dev Apr 8, 2026
26 checks passed
@transphorm transphorm deleted the codex/update-wave-2-package-upgrades branch April 8, 2026 16:42
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