How to implement payments without ejecting

Hi,

I need to be able to do payments in the app. But I would also like to do it without Ejecting from Expo because of Expo client app for testing and mainly because of build helpers for Android and iOS.

My thought was to accept cards using some gateway and Webview and maybe accept GooglePay and ApplePay by Link to normal Google browser and than webPayments API or so. Do any of you have better idea, have you dealt with this?

Thanks.

1 Like

I also want to use google/apple pay - have you figured this out yet? Iā€™m stuck because ejecting is not working - Can't build project with GoogleSignIn, bare workflow

Any updates on this?