Skip to content

Releases: Agaweb/react-native-stripe

v0.5.6

27 Sep 14:45

Choose a tag to compare

Android

  • updated to 18.0 sdk

iOS

  • updated to latest sdk (fix xcode 14)

Upgrade notes:
pod repo update && pod update

v0.5.5

15 Sep 08:17

Choose a tag to compare

Android & iOS

  • updated to latest sdk

Upgrade notes:
pod repo update && pod update

v0.5.3

07 May 15:38

Choose a tag to compare

  • android: update to latest sdk (16.7.1)
  • ios: update to latest sdk (21.5.0, other XCode 12.5 fixes)

Upgrade notes:
pod repo update && pod update

v0.5.2

17 Mar 11:51

Choose a tag to compare

  • android: update to latest sdk
  • ios: update to latest sdk (should also fix the build on XCode 12.5)

Upgrade notes:
pod repo update && pod update

v0.5.1

11 Feb 08:58

Choose a tag to compare

  • android: fix crash when there is an ActivityResult before the init of Stripe

As always:
pod repo update && pod update

v0.5.0

10 Feb 13:30

Choose a tag to compare

  • ios: you are now able to edit numberPlaceholder, cvcPlaceholder, expirationPlaceholder and postalCodePlaceholder

As always:
pod repo update && pod update

v0.4.0

08 Feb 11:16

Choose a tag to compare

  • android & ios: update to latest sdk
  • android & ios: add paymentMethodId to confirmCardSetup result

As always I remind you to do a
pod repo update && pod update

v0.3.4

20 Jan 16:49

Choose a tag to compare

Important iOS update, you are highly encouraged to update

This fix a scenario with initModule used before payment instead of at the begin of the app

  • android: updated to latest Stripe SDK
  • ios: fix the publishableKey set

As always I remind you to do a pod update or at least install

v0.3.3

14 Jan 15:12

Choose a tag to compare

ios: fix confirmPaymentWithPaymentMethodId error

I f*-up with version 0.3.2.
As always, i remind you to update the pods, not just npm.

v0.3.1

14 Jan 09:20

Choose a tag to compare

  • android: fix compilation on Kotlin < 1.4 (thanks @imcyee )
  • ios: stripe-ios 21.2.0
  • android & ios: add brand to returned cardParams

A pod update is suggested