11.5.0
Align with Stripe React Native 0.43.0:
Breaking changes
- Removed support for FPX payments via the bank picker UI. If you'd like to accept FPX payments, we recommend using Mobile Payment Element. Also see the FPX Payment guide for more info on how to integrate FPX specifically.
Features
-
Financial Connections now supports dark mode, and will automatically adapt to the device's theme. Learn more about configuring appearance settings.
-
Added card brand filtering to PaymentSheet and CustomerSheet to specify allowed or blocked card brands. 1857
-
Added ability to pass an
onEvent
listener to Financial Connections methods via aparams
argument:collectBankAccountForPayment
collectBankAccountForSetup
collectBankAccountToken
collectFinancialConnectionsAccounts
-
Added ability to pass
metadata
toPaymentMethod.ConfirmParams
andPaymentMethod.CreateParams
-
CustomerSheet
is now generally available!- If you were using
CustomerSheetBeta
, change that toCustomerSheet
. - If you were using
CustomerSheetBeta.CustomerSheet
, change that toCustomerSheet.Component
- If you were using
-
Enabled vertical mode
Fixes
- Updated
stripe-ios
to 24.7.* - Updated
stripe-android
to 21.6.*