Expo + React Native with PayU Money payment gateway - react-native

implemented react native app in expo, as a last part, need to integrate PayUMoney payment gateway.
I found one library for payUMoney (https://www.npmjs.com/package/react-native-payumoney), but this not work for expo project.
can some one have idea, how to integrate payment gateway, if library not available in Expo?

Related

Are there any ways to use Apple Pay in the Expo app to generate a payment token?

Are there any ways to use Apple Pay in the Expo app to generate a payment token? without ejecting from expo app to react native
was expecting payment token to be generated through react native payment package but expo go wont support it

Telr payment gateway integration in react native application \

Need a suggestion on this.
Can I Integrate native SDK for payment gateway integration in a react native application?
Payment Gateway : Telr ( https://telr.com/support/)
In the Payment Gateway documentation, they provided native mobile SDK integration steps.
payment gateway docs link : https://telr.com/support/article-categories/developers/
version details : react native app "react": "17.0.2", "react-native": "^0.67.2"
Documentation shows mobile SDK methods and Mobiel API integration methods. I need to know which method is best for react native apps

Paypal react native integration

How will you integrate react native app with PayPal. Does react native have any front-end library like react have or how will you add the PayPal functionality to an app. because I googled about that and everyone is saying you have to make a rest api and then connect it to react native app but how?

Integrating stripe connect into react native app for marketplace

Are there any docs/examples on how to integrate stripe connect into react native? I would like to collect payments and then payout in my react native app, just like a marketplace. I have had a look at the stripe connect link https://stripe.com/docs/connect/collect-then-transfer-guide but it doesn't seem to provide a guidance for react native. Or is there another platform similar to stripe that can provide this?

Using stripe connect with react native

I'm currently looking to use the Stripe connect feature in my react native application and was wondering if there were any libraries I could use to use stripe connect. I've looked at react native stripe libraries like tipsi react native but it didn't seem like they support stripe connect. Is there a reference for api I could use to incorporate stripe connect in my application?
The best course of action when using Stripe in react native is to just use the native Stripe libraries.
This is due to the security vulnerabilities that exist when not using a Stripe approved library, and due to the lack of support for things like Stripe Connect and other services.
--UPDATE--
While I stand by the above for not using unapproved 3rd party libraries, I will say that Stripe does have an API that can also be used securely. In react native, that would be the way I would go about using stripe if I was not in need of the full Stripe libaries.