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** A clear and concise description of what the bug is. Platform: Android This only happens in production on these bank options: SNS bank, Regiobank, Handelsbanken, BunqBV, ASN...

In progress

[!] CocoaPods could not find compatible versions for pod "StripePayments": In Podfile: stripe-react-native (from `../node_modules/@stripe/stripe-react-native`) was resolved to 0.33.0, which depends on StripePayments (~> 23.16.0) None of your spec sources...

**Describe the bug** I am missing Phonenumber, carrier and trackingnumber on Android and iOS See for example [Mappers.kt](https://github.com/stripe/stripe-react-native/blob/1efc5f4e882330e900cb786b66326421c3e9df13/android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt#L597) **To Reproduce** Steps to reproduce the behavior: 1. Create a payment intent...

**Describe the bug** Context here: https://github.com/stripe/stripe-react-native/issues/1075 but this is specifically for the blinking input cursor on Android. Cursor color is stuck on white and doesn't seem to have a custom...

**Describe the solution you'd like** Separate input fields for the card (like react + stripe-js, but for react native in this case). **Describe alternatives you've considered** CardForm component with the...

**Describe the bug** In both `GooglePayFragment` and `PaymentSheetFragment` we create a fragment and inject variables in the constructor. This is considered a bad practice and can lead to undesired side...

**Describe the bug** We are trying to integrate platform pay using the official Stripe react native SDK on Android. We have the requirement of only showing the platform pay modal...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

**Is your feature request related to a problem? Please describe.** We're allowing users to save their card data, however, PaymentSheet doesn't display a warning, it just shows a checkbox, the...