Apple and Google pay with react native and expo

Hi
I am trying to implement apple and google pay into a mobile app and I am using react native and expo. The only documentation I can find is for the @stripe/react-native-stripe package however we are not using stripe for the payments.

I was just wondering if anyone had any advice or documentation on how to set this up without the use of stripe. I cant seem to find any info on this anywhere

Any help would be much appreciated

Thanks

A quick google search taught me that if you’re not doing a system native app, you will need to use third party packages for connecting to Apple Pay or Google Pay and (at least for Apple Pay) this will also require using a payment processing service, such as Stripe, which has the ability to integrate with those endpoints.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.