Changes
- Renamed
RowStyle.FlatWithChevron
toRowStyle.FlatWithDisclosure
and updated related interfaces (ChevronConfig
→DisclosureConfig
). - Updated
stripe-ios
to 24.19.0 - Updated
stripe-android
to 21.22.+ - Added
successBackgroundColor
andsuccessTextColor
properties toPrimaryButtonColorConfig
for customizing the primary button appearance in success states.
Fixes
- Fixed missing
onCustomPaymentMethodConfirmHandlerCallback
in old architecture codegen patch. This resolves pod install failures when using React Native 0.74+ with old architecture and custom payment methods. - Fixes an issue where saved payment methods weren't auto selected when using
EmbeddedPaymentElement
on Android.
Please see the changelog for additional details.