Breaking changes
- Renamed
appearance.shapes.shadow.borderRadius
toappearance.shapes.shadow.blurRadius
, andappearance.primaryButton.shapes.shadow.borderRadius
toappearance.primaryButton.shapes.shadow.blurRadius
. #962
New features
Fixes
- Fixed cases where Android apps would crash with the error:
Unable to instantiate fragment com.reactnativestripesdk.PaymentLauncherFragment
. #965 - Fixed
appearance.shapes.shadow.offset
andappearance.primaryButton.shapes.shadow.offset
not applying the y-coordinate in the correct direction. #962 - Fixed a bug where
handleNextAction
wouldn't resolve on Android when using 3DS2. #966 - Fixed a bug where the wrong CVC icon was show in the
CardForm
component on Android. #966 - The card brand tint color is now correctly set in the
CardField
component on Android via thecardStyle.textColor
prop. #851
Please see the changelog for additional details.