#george_reactnative-expo-sdkversion
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1400856358655365171
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here's the full stack trace:
Hi, can you share more here? Where and when does it exactly crash? What SDK version are you using?
Hi I'm using the sdk version v0.45.0. I also tried using sdk version v0.50.1 and it did not fix the error. According to the Google Play console, it crashes in the foreground on all android versions. It only seems to crash on 32 bit systems. Besides that and the stack trace, I don't know exactly where and when it crashes.
Hello
Jumping into help out here.
Nothing in the Stacktrace points to the SDK as the root cause ๐ค
but I do see something similar reported here - https://github.com/stripe/stripe-react-native/issues/1938
Are you using Expo?
Yes
What version of Expo are you running?
And what version of react-native are you running?
I see a report about react-native related crash on 32bit devices - https://github.com/facebook/react-native/issues/51628
v0.79.5
Ah try updating to 0.80.1 or newer
As per the issue I linked above, this was fixed in 0.80.1 version
expo 53 (the latest) only supports up to react-native v0.79.5
Oh hmm
as per the - https://expo.dev/changelog/react-native-80
It's supported in Canary release.
Could you give Canary release a try just to see if that fixes the crash?
Some users have also reported success by downgrading to 0.43.0 version of the Stripe SDK
https://github.com/stripe/stripe-react-native/issues/1938#issuecomment-3052615182
I've given it a try, but there are a lot of incompatible packages
thank you, I will try this