Resource Missing Error with Stripe's `confirmSetupIntent` in React Native
I'm using the @stripe/stripe-react-native (version 0.19.0) package in my React Native app. When I attempt to confirm a Setup Intent with the confirmSetupIntent method, I receive the following error: { "stripeErrorCode": "resource_missing", "localizedMessage": "An unexpected error occurred. Try again in…