Skip to content

chore(deps): Bump @stripe/stripe-react-native from 0.35.1 to 0.58.0#11

Merged
blackboxprogramming merged 1 commit into
mainfrom
dependabot/npm_and_yarn/stripe/stripe-react-native-0.58.0
Mar 9, 2026
Merged

chore(deps): Bump @stripe/stripe-react-native from 0.35.1 to 0.58.0#11
blackboxprogramming merged 1 commit into
mainfrom
dependabot/npm_and_yarn/stripe/stripe-react-native-0.58.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 14, 2026

Bumps @stripe/stripe-react-native from 0.35.1 to 0.58.0.

Release notes

Sourced from @​stripe/stripe-react-native's releases.

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-webview is 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 calling update().

Please see the changelog for additional details.

0.57.1 - 2025-12-11

Fixes

  • Fixed Android crash NoSuchKeyException: customFlow when initializing PaymentSheet without explicitly setting the customFlow parameter.
  • Fixed confirmPlatformPayPayment not resolving on Android.
  • Fixed Android crash IllegalStateException: Cannot locate windowRecomposer; View is not attached to a window in EmbeddedPaymentElement. This occurred when React Native measured the view before it was attached to the window hierarchy.

0.57.0 - 2025-11-12

Changes

  • [Changed] Updated Stripe iOS SDK from 24.25.0 to 25.0.0
  • [Changed] Updated Stripe Android SDK from 21.29.+ to 22.0.+
  • [Removed] Removed Giropay. Use alternative payment methods instead. See this page for more information.

Fixes

  • #2201 Fixed iOS sheets (PaymentSheet, CustomerSheet, AddressSheet, etc.) not presenting in scene-based lifecycle apps. The SDK now properly supports both traditional app delegates and scene-based lifecycles (iOS 13+) by using RCTKeyWindow.

0.56.0 - 2025-11-06

Changes

  • CustomerSession is now generally available. The customerSessionClientSecret parameter is no longer experimental.
  • ConfirmationTokens are now generally available. The confirmationTokenConfirmHandler parameter and ConfirmationToken.Result type are no longer experimental.
  • [Added] Added support for CustomerSession to CustomerSheet. The CustomerSession object grants the SDK temporary access to the Customer and provides additional configuration options. These configuration options allow you to customize the behavior of CustomerSheet. A complete list of features exposed on the CustomerSession are in our API docs.
  • [Added] Added support for onBehalfOf to CustomerSheet.IntentConfiguration. This parameter makes CustomerSheet use a connected account to determine the payment method that users see and whether CardBrandChoice is enabled. For more information, see the SetupIntent docs.

Fixes

  • Fixed Android crash IllegalStateException: State must be at least CREATED to move to DESTROYED when removing payment methods in EmbeddedPaymentElement. The crash occurred when views were destroyed before completing the lifecycle initialization.

Please see the changelog for additional details.

... (truncated)

Changelog

Sourced from @​stripe/stripe-react-native's changelog.

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.+

0.57.3 - 2026-01-21

Fixes

  • react-native-webview is 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 calling update().

0.57.1 - 2025-12-11

Fixes

  • Fixed Android crash NoSuchKeyException: customFlow when initializing PaymentSheet without explicitly setting the customFlow parameter.
  • Fixed confirmPlatformPayPayment not resolving on Android.
  • Fixed Android crash IllegalStateException: Cannot locate windowRecomposer; View is not attached to a window in EmbeddedPaymentElement. This occurred when React Native measured the view before it was attached to the window hierarchy.

0.57.0 - 2025-11-12

Changes

  • [Changed] Updated Stripe iOS SDK from 24.25.0 to 25.0.0
  • [Changed] Updated Stripe Android SDK from 21.29.+ to 22.0.+
  • [Removed] Removed Giropay. Use alternative payment methods instead. See this page for more information.

Fixes

  • #2201 Fixed iOS sheets (PaymentSheet, CustomerSheet, AddressSheet, etc.) not presenting in scene-based lifecycle apps. The SDK now properly supports both traditional app delegates and scene-based lifecycles (iOS 13+) by using RCTKeyWindow.

0.56.0 - 2025-11-06

Changes

  • [Added] CustomerSession is now generally available. The customerSessionClientSecret parameter is no longer experimental.
  • [Added] ConfirmationTokens are now generally available. The confirmationTokenConfirmHandler parameter and ConfirmationToken.Result type are no longer experimental.
  • [Added] Added support for CustomerSession to CustomerSheet. The CustomerSession object grants the SDK temporary access to the Customer and provides additional configuration options. These configuration options allow you to customize the behavior of CustomerSheet. A complete list of features exposed on the CustomerSession are in our API docs.
  • [Added] Added support for onBehalfOf to CustomerSheet.IntentConfiguration. This parameter makes CustomerSheet use a connected account to determine the payment method that users see and whether CardBrandChoice is enabled. For more information, see the SetupIntent docs.

Fixes

  • Fixed Android crash IllegalStateException: State must be at least CREATED to move to DESTROYED when removing payment methods in EmbeddedPaymentElement. The crash occurred when views were destroyed before completing the lifecycle initialization.

0.55.1 - 2025-10-23

Fixes

  • Fixes an issue with FinancialConnectionsEvent not being populated properly on Android
  • Fixes an issue with Link payment methods having an Unknown payment method type

0.55.0 - 2025-10-20

  • [Added] Added appearance.applyLiquidGlass. When set to true, changes the values of various properties on the Appearance object used by PaymentSheet, PaymentSheet.FlowController, EmbeddedPaymentElement, CustomerSheet, and AddressViewController to match Liquid Glass when building with Xcode 26 or later and running on iOS 26. This includes appearance.cornerRadius, appearance.borderWidth, appearance.navigationBarStyle, colors.background, navigationBarStyle, and others. This feature is in public preview while we gather feedback and is subject to change. Please use https://github.com/stripe/stripe-ios/issues to file feedback!

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by wooj-stripe, a new releaser for @​stripe/stripe-react-native since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 14, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [@stripe/stripe-react-native](https://github.com/stripe/stripe-react-native) from 0.35.1 to 0.58.0.
- [Release notes](https://github.com/stripe/stripe-react-native/releases)
- [Changelog](https://github.com/stripe/stripe-react-native/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-react-native@v0.35.1...v0.58.0)

---
updated-dependencies:
- dependency-name: "@stripe/stripe-react-native"
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stripe/stripe-react-native-0.58.0 branch from e1da426 to 70b5971 Compare March 9, 2026 05:01
@blackboxprogramming blackboxprogramming merged commit ac82c3c into main Mar 9, 2026
2 of 5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stripe/stripe-react-native-0.58.0 branch March 9, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant