Releases: stripe/stripe-react-native
Releases · stripe/stripe-react-native
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.
0.57.2 - 2025-12-16
Fixes
- Fixed
update()not working on Android for EmbeddedPaymentElement. The intent configuration is now properly passed to the native side when callingupdate().
Please see the changelog for additional details.