stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
**Describe the bug** Seeing an odd error today when testing which I had not encountered before. Not sure if this is in the React Native layer or the Android layer,...
when i pass amount = 100 to google pay like that: ``` const { paymentMethod } = await createPlatformPayPaymentMethod({ googlePay: { amount: 100, currencyCode: "SGD", testEnv: Config.GPAY_TEST, merchantName: common.MERCHANT_NAME, merchantCountryCode:...
## Summary I have a react native project where am using Stripe iOS SDK. I am upgrading the react-native version from `0.72.7` to `0.73.9`. After upgrading, iOS build has started...
**Describe the bug** After installing the stripe-react-native-package I get an error when trying to build for iOS. I and trying to implement Apple Pay and test on my simulator but...
**Describe the bug** I have added a timeout value for presentPaymentSheet({ timeout: 900s });. When a user opens the payment sheet, locks the screen, and waits for a period exceeding...
**Is your feature request related to a problem? Please describe.** The form to add cards does not currently suggest any autocomplete suggestions to add cards. It should suggest user's cards...
**Describe the bug** Minimum Xcode version according to the README is 14.1, but when building with xCode, you get the error: "Missing return in getter expected to return 'String'" discussed...
**Describe the bug** Suddenly, while presenting the payment sheet for adding a new card the app crashes. **To Reproduce** ``` const initPaymentSheetRes: InitPaymentSheetResult = await initPaymentSheet({ merchantDisplayName: STRIPE_MERCHANT_ID, customerId: response.data.customerId,...
**Describe the bug** On iOS, with dark appearance enabled, the CVC icon disappears. **To Reproduce** Steps to reproduce the behavior: 1. On the simulator, go to Settings > Developer and...
**Describe the bug** Focus is not working **To Reproduce** Steps to reproduce the behavior: 1.Enter the card number and expiry date and click out side to close keyboard by using...