#minhphan-react-native

1 messages · Page 1 of 1 (latest)

median trench
#

hello @acoustic elbow! The most common source of this error is missing the step of installing the native dependencies for iOS as described in the docs [1]. You can do this by navigating into your ios/ directory and running pod install. Can you try this and see if it fixes the issue for you?

[1] https://github.com/stripe/stripe-react-native#ios

acoustic elbow
#

thank you so much

#

I will try