#lemon-link-reactnative
1 messages · Page 1 of 1 (latest)
I'm talking about this, just for your reference
I got a mail from stripe, to encourage us to use Link!
I'm confused
Are you talking about Link the payment method, or PaymentLinks (which have no integration in React Native since you redirect straight to Stripe's Checkout page via a URL)
The url I sent above
okay so there's no integration in React Native in that case, it doesn't really make sense. The whole point is to write no code
So really what you do is you have the URL and you open it in a webview
The docs above quote this
You can accept the Link payment method with the Payment Element for web based checkouts or the mobile Payment Element for iOS.
ah yeah okay sorry I confused myself
So, is it possible?
https://github.com/stripe/stripe-react-native/blob/master/CHANGELOG.md#0180---2022-08-17 okay so we do support it on iOS
How do i add it?
Are you a developer writing the code?
Yeah
Okay so can you share more details? What exactly are you doing, what did you try? What part of the code are you using?
Added 'link' in the intent api
Sure
I'm using paymentSheet from stripe-react-native
"@stripe/stripe-react-native" : " 0.6.1"
The docs only show the implementation for IOS (swift/cocoapods) implementation
So what's happening when you try?
@tawdry jacinth
Hi, stepping in here as koopajah is away -- please give me a few moments to catch up