#hazhaq
1 messages · Page 1 of 1 (latest)
"react-native": "0.63.2",
"@stripe/stripe-react-native": "^0.25.0",
When uninstalling stripe the error goes away. Installing it back will cause the error to come
Which leads me to believe it's an issue with the package itself
Gotcha seems like some unhappy dependency overlaps
Hmm seems similar to https://github.com/gradle/gradle/issues/12723
The error implies it's an issue with Gradle but I don't see what could be the problem
Yeah I went through that but couldn't find the solution unfortunately
Do you know anyway I can debug this sort of issue? I can't seem to figure out how to solve it
Sorry server is pretty busy. Yeah these are tough to debug
Usually the way to debug is to start with a raw project then add your dependencies one by one to see what is clashing
I have a lot of dependencies I was dreading doing something like that lol