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
I've been searching for this type of issue for a long, I'm sorry if this issue has been already mentioned and I didn't find it.
Issue
When setting urlScheme and returnUrl on payment sheet and the event listener to handle deep links, the event listener doesn't handle correctly the url and Expo file-based router handles it navigating to the page.
The url scheme is set on app.json as described on the guide, and that's working fine.
I've been searching for this type of issue for a long, I'm sorry if this issue has been already mentioned and I didn't find it.
Issue
When setting urlScheme and returnUrl on payment sheet and the event listener to handle deep links, the event listener doesn't handle correctly the url and Expo file-based router handles it navigating to the page.
The url scheme is set on app.json as described on the guide, and that's working fine.
What am I doing wrong?
Thanks!
Versions
react-native: 0.74.5
expo: 51.0.28
expo-router: 3.5.23
@stripe/stripe-react-native: 0.40.0
Code
Initialization:
Payment sheet init:
Hook to handle deep links: (tried in _layout.tsx expo entry point and directly on screen where the payment happens)
The text was updated successfully, but these errors were encountered: