#nicolas_unexpected
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/1475446724083322912
๐ 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.
- nicolas_unexpected, 2 days ago, 44 messages
Hi!
as you can see when i try to build my app with the latest version of the RN SDK 0.59.0 i have an issue
with version 0.58.0 it's ok!
Hey, taking a look at this. Can you confirm all the details from your app's manifest file(s) โ app versioning, etc
"react": "19.1.0",
"react-native": "0.81.5",
Hey! Taking over for my colleague. Let me catch up.
ext {
buildToolsVersion = "36.0.0"
minSdkVersion = 26
compileSdkVersion = 36
targetSdkVersion = 36
ndkVersion = "27.1.12297006"
kotlinVersion = "2.1.20"
}
I just pulled the latest version of our offical ReactNative SDK (which uses the same react native version you are referring to) and I managed to build it normally:
https://github.com/stripe/stripe-react-native/tree/master/example
let me try again
same issue
when i downgrade to 0.58.0 build success
but 0.59.0 build failed
for ios it's ok
You are tyring on your project on the RN example above ?
my project
sorry : build success but the launch failed
Native Module Flow doesn't declare constants: [SYSTEM_INFO]
i'm trying to clean my projet and rebuild
There must be something not compatible in your current project
Can you share your package.json ?
You must have some dependency is causing conflict I think...
Let me check your package.json
@dim vapor
i'm so sorry
i try to build with the bad env
๐
demo and not dev...
No worries, try again with the good env
thank you so much for your time
Did nothing, happy to help!
have a nice week!