I am trying to set up apple and google pay for an app and I am struggling to find any good documentation on how to do this. I am using React-Native with expo and was wondering if anyone could share any documentation on how to implement this properly.
We already have it set up on our web app and we have the whole payment flow setup already but I am struggling to find any ways to properly implement it into the app without using stripe.
Any help or guidance would be much appreciated
I have tried using react-native-payments and also tried to use @stripe/react-native-stripe to see if I could do it without having to use the stripe payment flow. I have also looked into creating a native module but struggled to find anything to help build it