Is your feature request related to a problem? Please describe.
When a payment is processing, I can cancel the process by spamming taps outside the payment sheet.
Describe the solution you'd like
There should be an option to prevent users to cancel the process when clicking outside the payment sheet.
Describe alternatives you've considered
I tried using React useState to set a React Native modal that prevents the taps, it works fine on Android but doesn't work on iOS.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
When a payment is processing, I can cancel the process by spamming taps outside the payment sheet.
Describe the solution you'd like
There should be an option to prevent users to cancel the process when clicking outside the payment sheet.
Describe alternatives you've considered
I tried using React useState to set a React Native modal that prevents the taps, it works fine on Android but doesn't work on iOS.
Additional context
Add any other context or screenshots about the feature request here.