stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

React Native library for Stripe.

Results 328 stripe-react-native issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** After a successful payment using Swish and user is returned to app, the payment sheet is not closed. It works fine for other providers using redirects (like...

when i presentPaymentSheet() , I just hope customer tap close button to cancel this PaymentIntent. So I hope to add params to setting this sheet config

**Describe the bug** On andorid, am getting Unresolved Reference issue for R.style.StripeCardFormView_Borderless. ../node_modules/@stripe/stripe-react-native/android/src/main/java/com/reactnativestripesdk/CardFormView.kt:29:70 Unresolved reference: style btw its working on iOS. **Screenshots**

**Describe the bug** React Native App refuses to build for iOS after upgrade to React Native 0.74.1, with a rather generic build failure citing StripeCore as the source. I tried...

Hi All, I am facing an issue, app crashes when calling Stripe presentPaymentSheet for android v14. It works as long as I test it in emualtor. When I package it...

I know this has been asked 100 times but all of the solutions offered do not work for us or are already implemented. From debugging I can see that after...

**Describe the bug** When I open the payment sheet in my react native with expo app it opens with loading state, then it closes and an error appears saying: Expired...

**Describe the bug** Looks like co-branded cards are not working as expected on android. If user selects any of the brands available in the dropdown, the response for `preferredNetwork` is...

Please add namespace "com.stripe.reactnative" or something like that in your build.gradle. Without it, it is impossible to build the library on newer Gradle versions. Afaik newer React-native versions also require...

**Describe the bug** Production build of android fails with error: ``` > Task :app:minifyReleaseWithR8 FAILED AGPBI: {"kind":"error","text":"Missing classes detected while running R8. Please add the missing classes or apply additional...