Hello! I’m exploring Draftbit, it looks very cool! But I have a couple of questions before starting.
I want to create a booking service app with payment page using Draftbit.
I had no experience with react native and expo, only web (js, nodejs, reactjs). I read that expo supports Stripe, but it doesn’t works in my country. So I have to use another gateway. This gateway has several methods - external payment page and native SDK for ios and android. Therefore two questions:
- Does Apple Pay works via webview component in Draftbit?
For first method I can use webview-component to load an external webpage with payments, but I doubt that Apple Pay will work in it. Because, as I understand, Draftbit webview-component uses react-native-webview, but Apple Pay works only with SFSafariViewController. This is discussed here:
Is any experience with it?
- If the previous way doesn’t work, I would like to know - is it possible to integrate native iOS / Android SDK, provided by payment gateway, into the Draftbit app? And how?