How to integrate paytm in react native app - react-native

I need to integrate paytm in my react native app.
Api written in laravel.
I don't know how to write api to generate transaction token.
Please somebody help

Check out the official docs from the Paytm developer site to integrate the Paytm gateway into the react-native app.
https://developer.paytm.com/docs/all-in-one-sdk/hybrid-apps/react-native/

Related

What is the best way to implement oauth2 to a react native app using expo's managed workflow?

I have looked all over the internet and there doesn't seem to be any clear way to implement oauth2 to my react native app. Both the Facebook and Google sign in methods found in the expo documentation have been deprecated and these are the 2 main ones I want to use. On top of that, the expo documentation is not very clear on the best way to do this. Does anyone know of an easy and stable way to implement oath2 in a react native app using expo's managed workflow?
To implement google sign-in you can use following package, please follow the instructions carefully under expo section.
react-native-google-signin-npm
And to implement facebook sign-in you can use the following package, again please follow the instructions carefully under expo section.
react-native-fbsdk-next
Or you can use firebase and firebase authentication to implement social signin features from multiple social media platforms.
firebase authentication expo

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?

Expo + React Native with PayU Money payment gateway

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?

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.

Here api integration react native mobile app

Has anyone tried to use the Here API https://developer.here.com/develop/javascript-api in a react native mobile app? Can the Javascript of Here api be used in a react native mobile app? I am thinking if this is possible or need to use the mobile SDKs.
Please go through this https://www.npmjs.com/package/react-native-heremaps it would lead to a solution for android part only.