You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm testing out more payment methods for Stripe following this guide. This was not working in my existing app which is using React Native 0.71. I created two standalone apps with same deep link configuration and similar URL scheme. The difference between these apps being the React Native version. One using 0.71 while the other using 0.76. In the app that was using RN 0.76, the flow was working correctly, while in RN 0.71 version the in app browser was never getting closed.
To Reproduce
Steps to reproduce the behavior:
Open react native app using Stripe
Open the payment sheet
Click on any one of the payment methods
The in-app browser will open, authorise the payment
In-app browser doesn't close
Expected behavior
In-app browser should close and return to the payment sheet with correct status
Screenshots
Smartphone (please complete the following information):
Device: iPhone 16 Pro
OS: iOS 18.2
Browser: stock browser, safari
Version: @stripe/stripe-react-native 0.40.0
Additional context
If I manually close the in-app browser the Stripe payment displays the status correctly.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm testing out more payment methods for Stripe following this guide. This was not working in my existing app which is using React Native 0.71. I created two standalone apps with same deep link configuration and similar URL scheme. The difference between these apps being the React Native version. One using 0.71 while the other using 0.76. In the app that was using RN 0.76, the flow was working correctly, while in RN 0.71 version the in app browser was never getting closed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In-app browser should close and return to the payment sheet with correct status
Screenshots
Smartphone (please complete the following information):
Additional context
If I manually close the in-app browser the Stripe payment displays the status correctly.
The text was updated successfully, but these errors were encountered: