#reinhardt021
1 messages · Page 1 of 1 (latest)
For reference on what I am seeing:
and the documentation I was following:
https://stripe.com/docs/identity/verify-identity-documents?platform=react-native
Hi @gritty warren Are yo using this module? https://docs.expo.dev/versions/latest/sdk/stripe/
Hey, yup I have that installed and working already
no issues with that library just the new identity one I added
OK, Stripe identity is a different SDK (https://github.com/stripe/stripe-identity-react-native/), which is not included in https://github.com/stripe/stripe-react-native
Based on the description on https://docs.expo.dev/versions/latest/sdk/stripe/, I don't think expo has included support for Stripe identity SDK.
ahh hmm so it isn't an easy plug and play situation
so that means I may have to export the expo build?
just to include this feature
Perhaps you mean development build? https://docs.expo.dev/develop/development-builds/introduction/
hmm maybe
I think I'm just trying to understand if the need for running pod install means that I can no longer use the Expo managed workflow
(I'm also not entirely. sure what that encapsulates)
hmm perhaps I can find the Expo Discord server for these questions
I'm not an expert in Expo. My understanding of Expo managed workflow is that your app would run in Expo Go. If Expo Go didn't include the dependency that your app needs (i.e., the identity SDK), then your app won't be able to use it.