Releases: stripe/stripe-react-native
Releases · stripe/stripe-react-native
0.64.0 - 2026-04-16
Changes
- [Breaking]
platformPayParamshas changed fromPlatformPay.PaymentMethodParamstoOnramp.OnrampPlatformPayParamsto better match expectations for GooglePay. ([#2390] (#2390)) - [Added]
CollectPaymentMethodResulthas changed to include an optionalkycInfofield that includes billing contact information (name and address), if requested as part ofplatformPayParams. If not already collected, this information can be used by the client app to attach KYC information usingattachKYCInfoor pre-fill KYC collection fields in client UI. - [Added] Now accepts
isEmailRequiredandallowCreditCardsas part ofGooglePayConfig. ([#2390] (#2390)) - Updated Stripe iOS SDK from 25.10.+ to 25.11.+.
- Updated Stripe Android SDK from 23.3.+ to 23.4.+.
Fixes
- [Fixed]
autocompleteCountriesprop onAddressSheetwas silently ignored on iOS. - [Fixed] Calling
confirmPaymentwithoutparamsno longer crashes in iOS builds. (#2331)
Features
- [Added] Added Multibanco support on iOS and Android. (#2352)
Please see the changelog for additional details.
0.63.0 - 2026-04-07
Changes
- Updated Stripe iOS SDK from 25.9.+ to 25.10.+.
- Updated Stripe Android SDK from 23.2.+ to 23.3.+.
Features
- [Added] Added types for new theming tokens for Connect Embedded Components (#2372)
Please see the changelog for additional details.
0.62.0 - 2026-03-31
Changes
- Updated Stripe Android SDK from 23.1.+ to 23.2.+
Fixes
- [Fixed] Allow usage of PaymentSheet with customFlow and non customFlow configurations in same session. (#2361)
- [Fixed] Downgrade Kotlin version from 2.3.10 to 2.2.21 to prevent build errors with Expo. (#2374)
Please see the changelog for additional details.
0.61.0 - 2026-03-25
Changes
- Updated Stripe iOS SDK from 25.7.+ to 25.9.+.
- Updated Stripe Android SDK from 23.0.+ to 23.1.+.
Fixes
- [Fixed] Enum type mismatch that caused iOS build failures on Xcode 26+. (#2357)
0.60.0 - 2026-03-23
NOTE: This SDK version contains a bug affecting implementations using both customFlow and non-customFlow. Please do not adopt if using both flows.
Changes
- Updated Stripe Android SDK from 22.8.+ to 23.0.+. See our migration guide for more information.
Fixes
- [Fixed] Multiple instances of PaymentSheet being held in memory when calling
initPaymentSheetmultiple times. (2347)
Please see the changelog for additional details.
0.59.2 - 2026-03-04
Changes
- Updated Stripe iOS SDK from 25.6.+ to 25.7.+
- Updated Stripe Android SDK from 22.7.+ to 22.8.+
Please see the changelog for additional details.
0.59.1 - 2026-02-25
Fixes
- [Fixed] A build issue when using Xcode 16 (#2323)
Please see the changelog for additional details.
0.59.0 - 2026-02-20
Features
- [Added] Connect embedded components are now available in private preview, including Account Onboarding, Payments, and Payouts.
Changes
- [Added] Added support for creating a Radar session.
0.58.0 - 2026-01-27
Changes
- Updated Stripe iOS SDK from 25.0.1 to 25.6.0
- Updated Stripe Android SDK from 22.2.+ to 22.7.+
Please see the changelog for additional details.
v0.57.3 - 2026-01-21
Fixes
react-native-webviewis no longer a dependency of the SDK.