#greecemonkey
1 messages · Page 1 of 1 (latest)
Correct
A little more specific details here: https://github.com/stripe/stripe-react-native/issues/1504
👋 hopping in here since codename_duchess has to head out soon
I just want to check one thing - you're also calling presentPaymentSheet, right?
It does seem like there's been some larger issues with getting Detox unit tests to work in Android so it's not just you - https://github.com/stripe/stripe-react-native/issues/1326
Correct, presentPaymentSheet is being called. The payment sheet does appear, and I can work with it on iOS, it is just android that I am not able to access with any of the selectors I have tried.
Yeah I'm not sure what this could be (where it's an issue with our library, detox, or even react native itself) - I'd keep pushing on that github thread and also trying some alternatives (looks like detox has the ability to take screenshots, which may work as a temporary solution until the tests can be fully fixed)