#darkshadowtrail-ReactNative

1 messages · Page 1 of 1 (latest)

vestal oyster
#

Hi there

#

Which Doc are you following?

oak axle
vestal oyster
#

Hmm weird

#

How does your Pod file look like?

oak axle
#

This is the Podfile right now

vestal oyster
#

qq was this generated after you ran yarn add @stripe/stripe-identity-react-native?

oak axle
#

I used npm, but yes... sort of. I uninstalled the library because I was unable to regenerate my Podlock file with pod install because a pod couldn't be added for the Stripe identity library

#

But the error was being displayed after I installed the library and tried installing a pod for it, the screenshot was taken after I uninstalled the library

vestal oyster
#

So originally it had stripe-identity-react-native?

#

I am confused by looking at tartget "driver" which looks like something specifically for your project

oak axle
#

"driver" is the name of the project

#

I installed @stripe/stripe-identity-react-native but the error was for stripe-identity-react-native

vestal oyster
#

Yes because one is the React Native name and one is the iOS name

#

Can you share your project structure (folders) and point out where is your Pod file?

oak axle
#

Sure, here's the directory structure. The Podlock and Podfile are directly inside the ios directory

vestal oyster
#

Thanks. Give me sometimes to try pull in an example proj

#

Can you screenshot the full error in your terminal?

oak axle
#

Here it is

vestal oyster
#

Weird I am not seeing that. Can you try pod update StripeIdentity?

#

if that doesn't work, you can try to wipe out Pods and backend Podfile.lock, then run pod install again

oak axle
#

I'll try those steps, but if they don't work I think I found a workaround by simply displaying the verification session URL as a deep link within the React Native application. Thanks for your help!