#shane_code
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/1291328693091827725
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- shane_rn-3ds-ghissue, 5 days ago, 18 messages
Hi
Are you able to reproduce on the official sample project?
https://github.com/stripe/stripe-react-native/tree/master/example
I did not try, as the react-native version on the sample project is 0.69.12 and we can't downgrade to that
I managed to reproduce on a fresh react-native install with the only additional package being the stripe react native sdk
which is what the sample repo in my ticket is
last time I mentioned this I was told by your colleague (toby maybe?) that the stripe team managed to replicate the issue and would look into it, but I haven't heard anything since and it's been a week
Ok I've just checked your thread.
As you have an issue opened in that repository, then the owning team should be aware of it and they'll respond as soon as possible.
Is there any way to get some idea of how long this will take so I can help manage expectations for my client?
It seems like the stripe react native is built for react-native 0.69.12
https://github.com/stripe/stripe-react-native/blob/master/package.json#L61
And it's not tested for recent version yet.
I'm not sure if it's in the pipeline or not, but you should keep monitoring the repository for updates
Are you sure about that? react-native 0.69.12 is over a year old at this point and not even supported by the react native team anymore
well that's the dev dependency so it's slightly different
but anyway I agree we need to look into that issue you raised
my team has pushed/escalated it(and I'll do it again right now) but we have extremely limited resources working on the React Native library and they haven't had a chance to look yet.
OK thank you. In the meantime I'll try with a few other minor versions of the react native lib to see if I can find a version where this doesn't occur