Skip to content

chore: bumped design-system-react-native to version 0.24.0#30073

Merged
brianacnguyen merged 3 commits into
mainfrom
chore/update-mmds-39
May 14, 2026
Merged

chore: bumped design-system-react-native to version 0.24.0#30073
brianacnguyen merged 3 commits into
mainfrom
chore/update-mmds-39

Conversation

@brianacnguyen
Copy link
Copy Markdown
Contributor

@brianacnguyen brianacnguyen commented May 13, 2026

Description

This pull request bumps @metamask/design-system-react-native from ^0.23.0 to ^0.24.0 so the app tracks the latest MetaMask design system for React Native. Yarn resolves 0.24.0, which also updates the transitive dependency @metamask/design-system-shared from 0.16.0 to 0.17.0.

Changelog

CHANGELOG entry: null

Related issues

Fixes: N/A

Manual testing steps

Feature: Design system dependency upgrade

  Scenario: App installs and launches with updated design system
    Given dependencies are installed from the updated lockfile
    When the developer builds and launches the app on iOS or Android
    Then the app starts without crashes attributable to the design-system package

  Scenario: Representative UI still renders
    Given the user is on a screen that uses @metamask/design-system-react-native components
    When the user navigates and interacts as usual
    Then layout and controls behave as before with no obvious visual regressions

Screenshots/Recordings

Before

N/A — dependency version bump only; no UI change is required by this PR.

After

N/A

Pre-merge author checklist

Performance checks (if applicable)

  • I've tested on Android
    • Ideally on a mid-range device; emulator is acceptable
  • I've tested with a power user scenario
    • Use these power-user SRPs to import wallets with many accounts and tokens
  • I've instrumented key operations with Sentry traces for production performance metrics

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Low Risk
Low risk dependency bump, but it can introduce UI/behavior regressions in components that consume the design system at runtime.

Overview
Updates the app’s MetaMask React Native design system dependency from @metamask/design-system-react-native@^0.23.0 to ^0.24.0.

Refreshes yarn.lock to resolve @metamask/design-system-react-native@0.24.0 and its updated transitive @metamask/design-system-shared requirement (^0.17.0).

Reviewed by Cursor Bugbot for commit 0575d93. Bugbot is set up for automated code reviews on this repo. Configure here.

@brianacnguyen brianacnguyen self-assigned this May 13, 2026
@brianacnguyen brianacnguyen added No QA Needed Apply this label when your PR does not need any QA effort. team-design-system All issues relating to design system in Mobile no changelog required No changelog entry is required for this change labels May 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@socket-security
Copy link
Copy Markdown

socket-security Bot commented May 13, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​metamask/​design-system-react-native@​0.23.0 ⏵ 0.24.0971008498 +1100

View full report

@github-actions
Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

  • Selected E2E tags: SmokeWalletPlatform, SmokePerps, SmokeMoney, SmokeSwap, SmokeConfirmations, SmokeAccounts, SmokeNetworkAbstractions
  • Selected Performance tags: @PerformanceAssetLoading, @PerformancePreps
  • Risk Level: medium
  • AI Confidence: 72%
click to see 🤖 AI reasoning details

E2E Test Selection:
The PR bumps @metamask/design-system-react-native from 0.23.0 to 0.24.0 (minor version), with a transitive bump of @metamask/design-system-shared from 0.16.0 to 0.17.0. This design system package provides core UI primitives (Box, Text, Button, Icon, BottomSheet, HeaderStandard, TextVariant, IconName, etc.) that are imported across virtually every major feature area of the app.

Key areas affected by this library:

  • Perps: Heavily used across all Perps views/components (PerpsHomeView, PerpsMarketListView, PerpsWithdrawView, PerpsOrderView, etc.) → SmokePerps + SmokeWalletPlatform (Trending/Perps section)
  • Tokens/TokenList: TokenListItem, TokenList, TokenListControlBar, ScamWarningModal → SmokeWalletPlatform
  • Ramp/Money: BuildQuote, Checkout, TokenSelection, PaymentSelectionModal, etc. → SmokeMoney
  • Bridge/Swap: getPriceImpactViewData, tokenSecurityUtils, InputStepper → SmokeSwap + SmokeConfirmations
  • Trending: TrendingListHeader, TrendingTokensBottomSheet → SmokeWalletPlatform
  • Accounts/SRP: SRPList, SrpInputGrid → SmokeAccounts
  • Identity: BackupAndSyncToggle, BackupAndSyncFeaturesToggles → (covered by SmokeWalletPlatform)
  • Confirmations: MultichainTransactionDetailsSheet → SmokeConfirmations
  • Network: NetworkMultiSelectorList → SmokeNetworkAbstractions

Since this is a minor version bump (not a patch), it may introduce new components or API changes that could affect rendering. The risk is medium — minor versions in design systems are generally backward-compatible but can introduce subtle visual/behavioral regressions. Selected tags cover the most heavily impacted areas. SmokeSnaps, SmokeIdentity, SmokeNetworkExpansion, SmokeMultiChainAPI, SmokeBrowser, SmokeStake, SmokePredictions, SmokeSeedlessOnboarding are less directly impacted by design system primitives in their core flows.

Performance Test Selection:
The design system library provides rendering primitives (Box, Text, etc.) used in token list items and Perps components. A minor version bump could affect render performance of these components. @PerformanceAssetLoading covers token list rendering which uses TokenListItem and TokenList components from this library. @PerformancePreps covers Perps market loading which has the heaviest usage of this design system library across all its views and components.

View GitHub Actions results

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.86%. Comparing base (3751d9a) to head (0575d93).
⚠️ Report is 211 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #30073      +/-   ##
==========================================
+ Coverage   81.54%   81.86%   +0.32%     
==========================================
  Files        5343     5434      +91     
  Lines      142128   144898    +2770     
  Branches    32411    33093     +682     
==========================================
+ Hits       115899   118627    +2728     
+ Misses      18299    18163     -136     
- Partials     7930     8108     +178     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link
Copy Markdown

@brianacnguyen brianacnguyen enabled auto-merge May 14, 2026 22:40
@brianacnguyen brianacnguyen added this pull request to the merge queue May 14, 2026
Merged via the queue into main with commit 4dd4b2d May 14, 2026
119 of 120 checks passed
@brianacnguyen brianacnguyen deleted the chore/update-mmds-39 branch May 14, 2026 23:46
@github-actions github-actions Bot locked and limited conversation to collaborators May 14, 2026
@metamaskbotv2 metamaskbotv2 Bot added the release-7.79.0 Issue or pull request that will be included in release 7.79.0 label May 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no changelog required No changelog entry is required for this change No QA Needed Apply this label when your PR does not need any QA effort. release-7.79.0 Issue or pull request that will be included in release 7.79.0 size-XS team-design-system All issues relating to design system in Mobile

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants