From 160a52e7c0e1fc3612ff66cbc70f68e8ddc3b272 Mon Sep 17 00:00:00 2001 From: Joshua Rogers Date: Tue, 3 Feb 2026 20:15:42 +0800 Subject: [PATCH] Do not mutate wrapper view frame inside layoutSubviews (cherry picked from commit 6869aa357ebaff7934a95e90d60683bf0e1b6b77) --- ios/components/RNAddToWalletButtonView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/components/RNAddToWalletButtonView.swift b/ios/components/RNAddToWalletButtonView.swift index 09e8ccf..5ed907c 100644 --- a/ios/components/RNAddToWalletButtonView.swift +++ b/ios/components/RNAddToWalletButtonView.swift @@ -51,7 +51,6 @@ class RNAddToWalletButtonView: UIView { let height = bounds.height > 0 ? bounds.height : defaultHeight addPassButton.frame = CGRect(x: 0, y: 0, width: width, height: height) - self.frame = addPassButton.frame applyBorderRadius() }