#darkshadowtrail-ReactNative
1 messages · Page 1 of 1 (latest)
This is the Podfile right now
qq was this generated after you ran yarn add @stripe/stripe-identity-react-native?
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
So originally it had stripe-identity-react-native?
I am confused by looking at tartget "driver" which looks like something specifically for your project
"driver" is the name of the project
I installed @stripe/stripe-identity-react-native but the error was for stripe-identity-react-native
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?
Sure, here's the directory structure. The Podlock and Podfile are directly inside the ios directory
Thanks. Give me sometimes to try pull in an example proj
Can you screenshot the full error in your terminal?
Here it is
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
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!