Skip to content

Releases: stripe/stripe-react-native

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.

0.57.2 - 2025-12-16

16 Dec 20:39

Choose a tag to compare

Fixes

  • Fixed update() not working on Android for EmbeddedPaymentElement. The intent configuration is now properly passed to the native side when calling update().

Please see the changelog for additional details.