#jay7600
1 messages · Page 1 of 1 (latest)
I'm afraid I don't understand the question. Can you elaborate on what it is you're trying to do?
See, I am working on react native and i used stripe SDK, if user select any slot after that open paymentSheet modal like this. I need to auto close after 5 minutes if user not fill up details within 5 min.
You can pass the timeout parameter when calling presentPaymentSheet: https://stripe.dev/stripe-react-native/api-reference/modules/PaymentSheet.html#PresentOptions
Documentation for @stripe/stripe-react-native
It is not working i already tried that one. And i used 0.5.0 version
Was only added in 0.24.0: https://github.com/stripe/stripe-react-native/blob/master/CHANGELOG.md#0240---2023-02-17
Its mean i have to update with latest version ?