#death hand
1 messages · Page 1 of 1 (latest)
Hello there
Hmmm these dependency issues are always hard to solve
Looks like this has come up before for other folks, though not related to Stripe... https://github.com/react-navigation/react-navigation/issues/9385
My recommendation when running into stuff like this is to build a simple app and add dependencies one at a time to see where it crashes.
Like if you just create a new app, install Stripe and React Native Gesture Handler does it crash?
haven't done that yet, but its really wired because in my app i don't use the react-native-gesture-handler library
i will try to make a simple project with only stripe and react-native-gesture-handler and see what it does
Sounds good, let me know.
ok, thank you for your time
i solved it. i need an updated version of react-native-gesture-handler library
in my application i dont use the library but maybe stripe needs it ?
Interesting.
yes it was really weird
Hmm yeah I do bet our SDK uses it for some redirect stuff.
So you had a version installed on your system and our SDK didn't override that?
But when you updated it then it works?
Is that correct?
yes