stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
## Summary This PR add partial support for creating Account Token. Only "compagny" is supported as businessType with phone attribute and TOS params. ## Motivation As requested in #842 connected...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` import { AddressCollectionMode, CollectionMode } from '@stripe/stripe-react-native/lib/typescript/src/types/PaymentSheet'; ``` > Unable to resolve "@stripe/stripe-react-native/lib/typescript/src/types/PaymentSheet" import...
Is there any workaround for having Kotlin set to 1.8.0 and above for versions above 0.23.2? `@react-native-async-storage/async-storage` fails with Kotlin version 1.8.0
trying to export the expo web with expo-router and metro bundle and getting an error because of this package. You do a weird import ```js const TextInputState = require('react-native/Libraries/Components/TextInput/TextInputState'); ```...
**Describe the bug** When setting the `cardField` prop on ``, using 3 digit hex codes causes the Android emulator to error with message: "Error while updating property 'cardStyle' of a...
**Is your feature request related to a problem? Please describe.** Right now when using payments like Ideal, stripe needs to take the user to an external app and then get...
**Describe the bug** In android phone CardField component is half visible as shown below:  on ios it seems fine:  **To Reproduce** Steps...
**Is your feature request related to a problem? Please describe.** Since Android SDK 16.9.0 and iOS 21 Stripe supports the creation of radar sessions. See: https://stripe.com/docs/radar/radar-session#setup Are there any plans...
**Describe the bug** I followed the instructions to install `@stripe/stripe-react-native`. Since I'm using Expo, I used `expo install @stripe/stripe-react-native` to install the correct version. I also had to downgrade `@stripe/stripe-identity-react-native`...
**Describe the bug** Installed `@stripe/stripe-react-native` (0.35.1) on my expo (50.0.14) app by executing: `expo install @stripe/stripe-react-native` I followed the instructions on https://github.com/stripe/stripe-react-native/tree/master and https://docs.stripe.com/apple-pay?platform=react-native I'm experiencing this issue: ``` Cannot...