#nayandev_api
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/1377977823704256544
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
but react native dosent support web native add payment method sheet dfult
I'm not sure I understand what you mean by this. can you clarify what exactly is not working?
Like the shown SS is for add card payment method default on stripe but that is not support on the react native web app.
๐ taking over for my colleague. Let me catch up.
Ok
for the web app you shouldn't use React Native
instead you should rely on stripe-js
I have used stripe-js already but that work correctly on app but dosen't work on web this sheet name customer data sheet so any other way to open this sheet on react native web something like any API or any other.
I have used stripe-js already but that work correctly on app but dosen't work on web
that's the opposite of how stripe-js is supposed to work
you won't see the customer sheet on the web
you need to use https://docs.stripe.com/payments/save-and-reuse
Okay let me check.