#nanniiii_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/1368908530505220198
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
is it possible to get stripe react native .45 with new arch to work for expo 52 for android?
According to the error message, you should migrate your Kotlin version
doing that will create a whole lot of problem for expo 52.
https://github.com/stripe/stripe-react-native/issues/1871#issuecomment-2754707183
for reference as to why it's not a really a viable solution.
Ah I see, then you should migrate your app components ... I don't see another option honestly..
Or downgrade the Stripe ReactNative SDK...
can't upgrade the sdk otherwise i don't get the new arch support that we were waiting for 2 years now
Oh, you should use the latest versions of all components then.
Or at least to the ones used in the official sample:
https://github.com/stripe/stripe-react-native/tree/master/example
i can't because the latest is not working on android sdk 52 x) that's the issue, can't use latest for new arch because on sdk 52 you didn't test and it's doesn't build on android.
What about the versions used in the example app ?
new arch support for the sdk is only from .45 onward, before it doesn't support new arch. that's why i have to get the latest