tipsi / tipsi-stripe

React Native Stripe binding for iOS/Android platforms
MIT License
1.14k stars 526 forks source link

Init payment configuration to fix 3ds dialog crash on android when using stripe-android 16.10.0 #792

Closed wijskinner closed 3 years ago

wijskinner commented 3 years ago

Proposed changes

This fixes the crash described here:

https://github.com/tipsi/tipsi-stripe/issues/785#issuecomment-863402006

Types of changes

What types of changes does your code introduce to tipsi-stripe?
Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! Next steps are a reminder of what we are going to look at before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you choose the solution you did and what alternatives you considered.

cybergrind commented 3 years ago

@wijskinner super! thank you!