I am currently trying to figure out how I can integrate Venmo as a payment method for a React Native IOS app I am working on. I know this must be possible because UberEats, an app that I believe is also built with React Native, has integrated Venmo as a payment method.
I have looked at the documentation for integrating Venmo into an app or a website and there seems to be 3 different SDKs to choose from (Android v4, IOS v5, or Javascript v3), with none of them being specific to React Native.
Does anyone know how I should go about implementing Venmo payments into the app? Should I be using the Javascript v3 SDK, or should I be using the IOS v5 SDK even though the app is in React Native? Any help is appreciated. Thank you in advance!