I’m working in React Native and using the RevenueCatUI.Paywall from react-native-purchases-ui. Specifically, I’m using RevenueCat for purchasing subscriptions through Apple.
One thing I am seeing is that on my paywall when a purchase is being processed, there is no visual indicator that the payment is processing. So my users are able to continue to press the purchase button and are prompted again through the Apple dialogs to complete the purchase even though it is still processing.
Is there a way to disable the purchase button while the payment is processing? Would this need to be done in my code or through the Paywall builder in the RevenueCat portal?