diff --git a/ios/RNWalletView.swift b/ios/RNWalletView.swift index a1040c0..9edf874 100644 --- a/ios/RNWalletView.swift +++ b/ios/RNWalletView.swift @@ -21,6 +21,8 @@ class RNWalletView: ExpoView { private func createButton() { buttonView?.removeFromSuperview() buttonView = PKAddPassButton(addPassButtonStyle: style.toPkAddPassButtonStyle()) + + clipsToBounds = true buttonView!.addTarget(self, action: #selector(onPkAddPassButtonPress), for: .touchUpInside)