#emad-jag_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1302919223269392468
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
Hi,
We don't recommend using weviews on mobile, because that can break some integrations like Apple/Google Pay
ideally you should use our native SDK to accept payments, or redirect users to a real browser.
Yes, I see that Apply pay and google pay has problems with the webview, so I added it to the app using the "Stripe react native Apple pay SDK", but I can't find something similar to the Amazon pay
It seems that I have to use Payfort from Amazon to make this kind of integration
https://github.com/payfort/rn-amazonpaymentservices
here's the doc for native Amazon Pay: https://docs.stripe.com/payments/amazon-pay/accept-a-payment?web-or-mobile=mobile
Yes, I saw this one, but it's not for React native
Yes, I see
There's no React native option
We should implement it natively to the Android and IOS code
oh I missread your sentence, sorry. so you are looking for code in React Native?
Don't worry,
Exactly, we are using React native,
got it. then I think you are right, it doesn't look available in React Native. so you would need to use the native version explained in the doc I shared above.