Skip to content

Releases: stripe/stripe-react-native

0.40.0 - 2024-11-20

20 Nov 19:25
Compare
Choose a tag to compare

Breaking changes

  • Removed support for FPX payments via the bank picker UI. If you'd like to accept FPX payments, we recommend using Mobile Payment Element. Also see the FPX Payment guide for more info on how to integrate FPX specifically.

Features

  • CustomerSheet is now generally available!
    • If you were using CustomerSheetBeta, change that to CustomerSheet.
    • If you were using CustomerSheetBeta.CustomerSheet, change that to CustomerSheet.Component
  • Enabled vertical mode

0.39.0 - 2024-10-15

15 Oct 22:04
Compare
Choose a tag to compare

Features

  • Adds support for CustomerSession in private beta 1744
  • Added onBehalfOf prop to CardField

Fixes

  • Updated stripe-ios to 23.30.*
  • Updated stripe-android to 20.52.*

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.