Skip to content

Releases: stripe/stripe-react-native

0.38.6 - 2024-09-04

04 Sep 22:51
Compare
Choose a tag to compare

Fixes

  • Fixed build errors on Android when using React Native 0.75.x

0.38.4 - 2024-08-02

02 Aug 19:34
Compare
Choose a tag to compare

Fixes

  • Fixed an issue on Android where allowsRemovalOfLastSavedPaymentMethod would default to false if not provided.

0.38.3 - 2024-07-22

22 Jul 20:40
Compare
Choose a tag to compare

Fixes

  • Fixed an issue on Android where CustomerSheet could get stuck in an error state after forwarding an error to the intentCreationCallback.

0.38.2 - 2024-07-19

19 Jul 18:41
Compare
Choose a tag to compare

Fixes

  • Updated stripe-ios to 23.28.*
  • Updated stripe-android to 20.48.*

0.38.1 - 2024-06-28

28 Jun 20:45
Compare
Choose a tag to compare

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

24 May 19:34
Compare
Choose a tag to compare

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

19 Apr 19:13
Compare
Choose a tag to compare

Fixes

  • Fixed an issue with generating App Privacy reports.
  • Native library updates.

Please see the changelog for additional details.

0.37.2 - 2024-04-02

02 Apr 21:14
Compare
Choose a tag to compare

Fixes

  • Native library updates.

Please see the changelog for additional details.

0.37.1 - 2024-03-15

15 Mar 19:33
Compare
Choose a tag to compare

Fixes

  • Native library updates.

Please see the changelog for additional details.

0.37.0 - 2024-02-16

16 Feb 19:34
Compare
Choose a tag to compare

Breaking changes

  • Your compileSdkVersion (in android/build.gradle) now must be at least 34. Changing your compileSdkVersion does not change runtime behavior.

Fixes

  • Fixed an issue on Android where the SDK was unable to follow URL redirects in some cases.
  • Fixed an issue on Android where Google Pay & Link were not saved as default payment methods in PaymentSheet.

Please see the changelog for additional details.