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** Card Wallet Provisioning crashing on iOS when clicking the next button in the native popup **To Reproduce** Steps to reproduce the behavior: 1. Click on add to...

Hi Stripe team, I’m using @stripe/stripe-react-native version ^0.37.2 with React Native 0.72.7, and I’m encountering an issue when calling confirmPayment. Here is the code snippet where I call confirmPayment: ```...

As title We use Expo for web as well as iOS and Android. When I include this library, nothing else, without even using it, it completely breaks web. ``` Web...

**Is your feature request related to a problem? Please describe.** We're trying to integrate Billie using the "Direct API" integration in our iOS/Android React Native app. **Describe the solution you'd...

**Describe the bug** As you can see on the screenshot (web), you will see it is throwing an error when the UK is selected but on our react-native app card...

> I upgraded to v0.45.0. No issues were found on iOS, but the Android compilation failed with an error like this: "node_modules/@stripe/stripe-react-native/android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:1043:29 Class 'kotlin.Unit' was compiled with an incompatible version...

bug
android

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Build on Android Release Mode 2. Call the function...

**Describe the bug** CardField makes app crash on Android when there is a TextInput on the same screen and user presses enter. **To Reproduce** Steps to reproduce the behavior: 1....

**Describe the bug** the openPaymentSheet return the error : "PaymentConfiguration was not initialized. Call PaymentConfiguration.init()" **To Reproduce** Steps to reproduce the behavior: The file which i implement ```javascript import {...

In version 0.37, we were able to use universal links (e.g., https://example.com/app/redirect) as the returnUrl when finalizing the payment. This worked reliably across both iOS and Android. Now I have...