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
Is your feature request related to a problem? Please describe.
We use the Stripe payment sheet in our React Native app to collect payment details. To improve security, we want to hide sensitive fields or hide the sheet with an overlay when the app is in the app switcher or backgrounded, to prevent unauthorized screenshots. Is there a way to mask the fields or hide the sheet in these cases?
Describe alternatives you've considered
We tried using a React Native modal in the background to hide the sheet, but it didn't work. Could you please suggest how we should proceed?
Additional context
We are using the sheet in this way.
Is your feature request related to a problem? Please describe.
We use the Stripe payment sheet in our React Native app to collect payment details. To improve security, we want to hide sensitive fields or hide the sheet with an overlay when the app is in the app switcher or backgrounded, to prevent unauthorized screenshots. Is there a way to mask the fields or hide the sheet in these cases?
Describe alternatives you've considered
We tried using a React Native modal in the background to hide the sheet, but it didn't work. Could you please suggest how we should proceed?
Additional context
We are using the sheet in this way.
The text was updated successfully, but these errors were encountered: