stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
> Task :stripe_stripe-react-native:processDebugAndroidTestManifest FAILED /Users/node_modules/@stripe/stripe-react-native/android/build/intermediates/tmp/manifest/androidTest/debug/tempFile1ProcessTestManifest7010220358703027879.xml:5:5-74 Error: uses-sdk:minSdkVersion 21 cannot be smaller than version 23 declared in library [com.facebook.react:react-android:0.75.4] /Users/manikumargouni/.gradle/caches/8.9/transforms/1246311b17a3d477485f82624d8e0407/transformed/react-android-0.75.4-debug/AndroidManifest.xml as the library might be using APIs not available in 21...
I want to override the system language and use a custom locale that i can provide to the payment sheet
The flow of our application is as follows: - When the user clicks the PAY button, I call `createPlatformPayPaymentMethod` to obtain the paymentMethod to send to our backend. - Our...
I try to set apple pay as payment method in my react native app. I use initStripe like this: ``` const STRIPE_CONFIG_GR = { publishableKey: "...", merchantIdentifier: "...", }; useEffect(()...
**Describe the bug** The PlatformPayButton in android doesn't adjust to requested height **To Reproduce** ``` typescript ``` **Expected behavior** The button to fill the height requested **Screenshots** **Smartphone (please complete...
**Describe the bug** Warning is not displayed when the Expiry date on card details is in unexpected format(**MM/Y**) instead of (MM/YY) in IOS device **To Reproduce** Steps to reproduce the...
**Here's a detailed flow of the issue we're encountering:** 1. A user creates 3 separate orders (referred to as "announcements/jobs"). 2. Each order requires a separate payment when a vendor...
**Describe the bug** I have a weird issue like this one. Stripe Platform Pay Google Pay shows fine on Galaxy S9+ but doesn't on Galaxy S24. Upon looking into logs,...
added the phone number, tracking number and carrier to the shipping details if data is available this fixes #1548 ## Summary Added to the mappers the trackingNumber, carrier and phone...
**Describe the bug** I am working with latest expo, did development build. All Stripe stuff is wired up correctly as I can complete test payments. For some reason when I...