Releases: stripe/stripe-react-native
Releases Β· stripe/stripe-react-native
0.40.0 - 2024-11-20
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
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
0.39.0 - 2024-10-15
Features
- Adds support for CustomerSession in private beta 1744
- Added
onBehalfOf
prop to CardField
Fixes
- Updated
stripe-ios
to 23.30.* - Updated
stripe-android
to 20.52.*
0.38.6 - 2024-09-04
Fixes
- Fixed build errors on Android when using React Native 0.75.x
0.38.4 - 2024-08-02
Fixes
- Fixed an issue on Android where
allowsRemovalOfLastSavedPaymentMethod
would default tofalse
if not provided.
0.38.3 - 2024-07-22
Fixes
- Fixed an issue on Android where
CustomerSheet
could get stuck in an error state after forwarding an error to theintentCreationCallback
.
0.38.2 - 2024-07-19
Fixes
- Updated
stripe-ios
to 23.28.* - Updated
stripe-android
to 20.48.*
0.38.1 - 2024-06-28
Fixes
- Fixed
preferredNetworks
prop on CardForm on iOS not always being applied - Updated
stripe-android
to 20.47.3
0.38.0 - 2024-05-24
Features
- Adds support for
paymentMethodOrder
in PaymentSheet, which provides client side sorting of payment methods. - Updated
stripe-android
to 20.44.*
0.37.3 - 2024-04-19
Fixes
- Fixed an issue with generating App Privacy reports.
- Native library updates.
Please see the changelog for additional details.