#emad-jag_best-practices

1 messages ¡ Page 1 of 1 (latest)

tepid stumpBOT
#

👋 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.

agile spindle
#

hi there!

tulip acorn
#

Hi,

agile spindle
#

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.

tulip acorn
#

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

agile spindle
tulip acorn
agile spindle
#

that's not true:

#

the code samples are in Swift/ObjectiveC/Kotlin/Java

tulip acorn
#

Yes, I see
There's no React native option

#

We should implement it natively to the Android and IOS code

agile spindle
#

oh I missread your sentence, sorry. so you are looking for code in React Native?

tulip acorn
#

Don't worry,
Exactly, we are using React native,

agile spindle
#

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.