Releases: Agaweb/react-native-stripe
Releases · Agaweb/react-native-stripe
v0.5.6
v0.5.5
Android & iOS
- updated to latest sdk
Upgrade notes:
pod repo update && pod update
v0.5.3
- 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
- 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
- android: fix crash when there is an ActivityResult before the init of Stripe
As always:
pod repo update && pod update
v0.5.0
- ios: you are now able to edit numberPlaceholder, cvcPlaceholder, expirationPlaceholder and postalCodePlaceholder
As always:
pod repo update && pod update
v0.4.0
- 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
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
ios: fix confirmPaymentWithPaymentMethodId error
I f*-up with version 0.3.2.
As always, i remind you to update the pods, not just npm.