#tonyp
1 messages · Page 1 of 1 (latest)
Hey! Taking over for my colleague.
You are having this issue on Ios ?
Did you tried to upgrade to the latest stripe react native sdk 0.23.0 ?
Hi ! yes, I haven't tested on android yet. I'm not sure if I can safely upgrade to v0.23.0 as libs with native code are bundled in the expo sdk
You probably need to try as you did already upgraded your expo sdk.
Version 0.23.0 of stripe native sdk uses expo sdk47
the expo changelog says that the lib was updated to v0.19.0 (https://github.com/expo/expo/blob/main/CHANGELOG.md)
Yes agree, I wanted just to make sure that latest version of stripe react native is using expo 47 too.
Try to upgrade to the latest version and see if you manage to reproduce the issue
According to what you shared above, you're implementation is simular to this one I think, right?
https://github.com/stripe/stripe-react-native/blob/98bd56a4c545e35e486d1a0e213724d8986a477c/example/src/screens/WebhookPaymentScreen.tsx#L37
exactly
I just tested with an iPhone 13 Pro simulator and it works fine
could you try running that simple on the same device you are facing the error and see if you manage to reproduce ?
I'll test that during a break and reach back if I'm still clueless, thanks @fathom venture !
You're welcome!