#streak_error
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/1397337507665805392
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Error message got cut off
at com.reactnativestripesdk.StripeAbstractComposeView.onAttachedToWindow (StripeAbstractComposeView.kt:86)
Hi! This actually looks to be React Native specific, not related to Stripe: https://www.reddit.com/r/reactnative/comments/1k71sw5/bug_exception_thrown_when_executing_uiframeguarded/
Sorry, did you see the full error message?
at com.reactnativestripesdk.StripeAbstractComposeView.onAttachedToWindow (StripeAbstractComposeView.kt:86)
It is happening within a stripe component
Looking up that error message specifically comes up with this ^, but people are either saying the problem was fixed on some older version (which we are way past) or that they took it out of a modal which fixed it. I tried to take it out of the modal in our specific application but it isn't an ideal solution for us because it would require us to restructure large portions of the app.
That's an entirely different error. If I search your error message, I get tons of results that have nothing to do with Stripe.
yes but that is further up in the stack trace
the root cause happens deeper within with the stripe component
if we remove that specific line with the embedded stripe component from the code the error doesn't show up in the google play review
Can you share the entire file that's causing this error to be thrown please?
Yes, one moment
And then this component is wrapped in a Modal from react-native further up in the hierarchy
And which line number do you think is the issue?
Line 269 which is where the component is rendered as a result of line 145
Can you try upgrading to 0.50.1 and see if it fixes it? And can you tell me what versions of everything else you're using please?
That's all my versions after upgrading to 0.50.1
unfortunately I'll have to wait till tomorrow morning to see if google play still has this issue with version 0.50.1
Are you not testing it on a physical device first? https://developer.android.com/studio/run/device
I am but like I said, I could never get the issue happening locally
It was showing up the in the automated Google Play app review
Hi @stray moss I'm taking over this thread, let me take a moment to catch up