Skip to content

Releases: stripe/stripe-react-native

0.64.0 - 2026-04-16

16 Apr 18:41
v0.64.0
9dd74c2

Choose a tag to compare

Changes

  • [Breaking] platformPayParams has changed from PlatformPay.PaymentMethodParams to Onramp.OnrampPlatformPayParams to better match expectations for GooglePay. ([#2390] (#2390))
  • [Added] CollectPaymentMethodResult has changed to include an optional kycInfo field that includes billing contact information (name and address), if requested as part of platformPayParams. If not already collected, this information can be used by the client app to attach KYC information using attachKYCInfo or pre-fill KYC collection fields in client UI.
  • [Added] Now accepts isEmailRequired and allowCreditCards as part of GooglePayConfig. ([#2390] (#2390))
  • Updated Stripe iOS SDK from 25.10.+ to 25.11.+.
  • Updated Stripe Android SDK from 23.3.+ to 23.4.+.

Fixes

  • [Fixed] autocompleteCountries prop on AddressSheet was silently ignored on iOS.
  • [Fixed] Calling confirmPayment without params no 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

07 Apr 23:25

Choose a tag to compare

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

31 Mar 22:09

Choose a tag to compare

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

26 Mar 17:43

Choose a tag to compare

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

23 Mar 21:06

Choose a tag to compare

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 initPaymentSheet multiple times. (2347)

Please see the changelog for additional details.

0.59.2 - 2026-03-04

04 Mar 19:23

Choose a tag to compare

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

25 Feb 18:36

Choose a tag to compare

Fixes

  • [Fixed] A build issue when using Xcode 16 (#2323)

Please see the changelog for additional details.

0.59.0 - 2026-02-20

20 Feb 21:42
v0.59.0
c003dd3

Choose a tag to compare

Features

  • [Added] Connect embedded components are now available in private preview, including Account Onboarding, Payments, and Payouts.

Changes

0.58.0 - 2026-01-27

27 Jan 20:49

Choose a tag to compare

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

21 Jan 23:46

Choose a tag to compare

Fixes

  • react-native-webview is no longer a dependency of the SDK.