stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
## Summary fixes https://github.com/stripe/stripe-react-native/issues/1477 getConstants is synchronous, so this is thread-blocking, and reflection is slow. Not really any big upside to having this value exist in synchronous constants ## Testing...
**Is your feature request related to a problem? Please describe.** We have a mobility app where we allow the user to add multiple payment methods and pay invoices. For payment...
**React Native Version : 0.68.2 Stripe Version : 0.25 Gradle version used : classpath('com.android.tools.build:gradle:7.0.2')** * What went wrong: Execution failed for task ':app:mergeDebugResources'. > /Users/mac/.gradle/caches/transforms-3/b252794f6e7766bcaaa62afaf00adf95/transformed/material-1.8.0/res/values/values.xml: Error: Can't determine type for...
**Describe the bug** Te crash seems to happen when calling `STPAnalyticsClient.sharedClient.logPaymentSheetEvent(event: .paymentSheetLoadStarted)` (on debug it seems that there are some guards `guard type(of: self).shouldCollectAnalytics()` which prevents the crash from happening)
Hello, One year ago I made a thread having an issue with Apple Pay: https://github.com/stripe/stripe-react-native/issues/945. One year later I'm working back on that project and I'm trying to fix things...
**Describe the bug** Cannot set the placeholder value for the number field on CardField component, it defaults to 4242 4242 4242 4242 even when a string is provided. After upgrading...
**Describe the bug** Stripe on android waits too long on PushProvisioning dependency and eventually it doesn't find it and that blocks the main thread **To Reproduce** I really don't know,...
**Describe the bug** https://github.com/flutter-stripe/flutter_stripe/issues/1282 One developer is reporting the app breaking on Android with this error ``` lateteinit property configuration has not been initialized at com.reactnativestripesdk.GooglePayLauncherFragment.onViewCreated(GooglePayLauncherFragment.java:29) ``` It looks like...
**Describe the bug** Attempting to add a card that requires redirection, but not handling the redirection properly prevents using the function for x-amount of time. **To Reproduce** Steps to reproduce...
I am currently developing an application that uses Stripe for payments, and I'm utilizing the stripe-react-native library. I've noticed that a crucial method for creating an account token is missing,...