charliecruzan-stripe

Results 7 issues of charliecruzan-stripe

## Summary allows merchants to confirm a payment intent that has had the payment method attached on the server side ## Motivation closes https://github.com/stripe/stripe-react-native/issues/614 ## Testing - [x] I tested...

## Summary - Added `defaultValues` prop to `CardField`. You can now programmatically set the card number, CVC, expiry date, and postal code. - Expanded `CardForm`'s `defaultValues` prop. You can now...

blocked

## Summary This bumps 4 things: - stripe-android (from 20.5.+ to 20.6.+) - the `compileSdkVersion` (from 31 to 32) - the android gradle plugin (from 7.0.4 to 7.2.1) - the...

## Summary We can no longer make calls with the Stripe API client if it hasn't been initialized yet. Applies the same to the `STPPaymentHandler` on iOS ## Motivation This...

this is to fix a bug with select prompts where the prompt is sometimes still flushed to output even though the user has provided the interrupt key (this can cause...

## Summary fixes https://github.com/stripe/stripe-react-native/issues/1477 getConstants is synchronous, so this is thread-blocking, and reflection is slow. Not really any big upside to having this value exist in synchronous constants ## Testing...

## Summary Update version. This was already published but branch protections force us to land changes via PRs