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** When confirming BLIK operation with passing a 6-digit code Android returns error "The payment has been canceled" but I see that payment appears in Stripe dashboard as...

android

**Describe the bug** When using the payment ui in tablets , the payment ui is changing its orientation to vertical instead of staying in same orientation . **To Reproduce** Steps...

enhancement
android

Using singleTask in an Android application for the activity that has an intent-filter on the LAUNCHER, means that any activities running on top of this activity will disappear when the...

@euroclydon37 @jlongster @cpytel @sguha00 const decodedSecret = decodeString(clientSecret); console.log("decodedSecret", decodedSecret); const billingDetails = { email: addressVariable.email }; console.log("billingDetails", billingDetails); let { paymentIntent, error } = await confirmPayment(decodedSecret, { paymentMethodType: 'Card',...

## Summary Adds `enableGooglePlacesSdk` as an option for Expos config plugin to add the Google Places SDK to app/build.gradle as a dependency ## Motivation I'm making this change so I...

## Summary Add direct link to Expo's `bundledNativeModules.json` to determine specific SRN version in README's Expo section. See version for individual Expo versions by switching branch/tags. ## Motivation Avoid having...

**Describe the bug** Since this week we are experiencing for our android users that their app is crashing when triggering presentPaymentSheet. We have figured out that the error only happens...

When it will support scan cards? I saw stripe-ios and android has supported scan

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Present the PaymentSheet 2. Attempt to tap the Primary...