#death hand

1 messages · Page 1 of 1 (latest)

autumn stagBOT
cunning vapor
#

Hello there

#

Hmmm these dependency issues are always hard to solve

#

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?

rocky shadow
#

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

cunning vapor
#

Sounds good, let me know.

rocky shadow
#

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 ?

cunning vapor
#

Interesting.

rocky shadow
#

yes it was really weird

cunning vapor
#

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?

rocky shadow
#

yes

cunning vapor
#

Good to know. I would have thought when installing the Stripe RN SDK it would have just grabbed the needed version but I guess if you have a global version it won't override that.

#

Thanks for following up in case I hear of anyone running into this in the future!