mkharibalaji / react-native-adyen-payment

React Native Adyen Payment
https://mkharibalaji.github.io/react-native-adyen-payment/
MIT License
35 stars 35 forks source link

Fix for app freezing when using ApplePay #54

Closed ChielBruin closed 2 years ago

ChielBruin commented 2 years ago

When using ApplePay (either using AdyenPayment.DROPIN or AdyenPayment.APPLE_PAY) the host app freezes on payment completion. See #42 for more details.

All other instances that use .stopLoading(...) already have their sendX() functions inside the callback, so I did not need to update those.