Apple and Google Pay with React Native and Expo - react-native

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

Related

Using Sanity Webhooks in React native application

Hello there my Dev family!
So I am implementing a react native based application with sanity and so far is going great however I am in need of a little of help getting started with the sanity Webhooks as this is actually my first time working with them.
I managed to create an authentication flow using the sanity cms (sign up and login) but I would like to prompt the users into confirming their email through email validation.
Additionally I would like to also use webhooks for push notifications using Sanity.
Is there any react or react native based guides specifically on webhooks using sanity to achieve this??
I’ve tried searching for clear documentation on it and so far nothing as helpful as I’d like

Instagram private API in React native using Expo cli

Can anyone link any documents on using Instagram private API or Instagram web API with react native Expo Cli. I read about it and didn't find a way to do it due to the need for native code. However, I am unable to use XCode for several reasons.
Does anyone have a way to integrate or is anyone able to find any documents about using mentioned APIs (or modules however you want to call them) with Expo (problem lies mainly on the nodejs-mobile-react-native module as far as I have understood). Or is anyone able to link another framework with the capabilities of building Android and iOS applications with the same code or am I asking for impossibilities? I have tried flutter with flutter_insta but it has the limitation of getting only public account data etc.
Any help will be appreciated!

How to implement PayPal in Expo ReactNative app using Webview without Nodejs

I am developing an Ecpo ReactNative app and i looking to integrate PayPal to allow users to purchase some products using Webview, but I don't know how to do it. I came across this article: https://medium.com/#adityasingh_32512/integrating-paypal-in-your-react-native-app-4dcf89e11dd which explains how to do it but he uses a nodejs server and i won't necessarily implement a Nodejs server...
I also came across this article: How to integrate Paypal using React Native expo? where they offer other solutions, but which didn't satisfy me.
If you don't use a server integration (nodejs or otherwise), then obviously only client-side JS will be available. Here is a demo pattern of what you can do: https://developer.paypal.com/demo/checkout/#/pattern/client
There's nothing React-specific about it.

Libraries and API to be used for developing a React Native Video Chat App?

Can anyone recommend me libraries and APIs I can use to develop a video chat app using React Native? I would appreciate it if your suggestions doesn't require you to pay in order to fully utilize the library/api.
I've used this jitsi-meet library. It's pretty easy to use it ,and also it integrates all the webrtc module by itself and also it gives a ready made UI.For you to start instantly you can use this library, even ive launched an app both on playstore and appstore for video calling.
And if you wnat the full custom way, you can use rn-webrtc , here you have to make your own UI and manage everything.
Hope it helps. feel free for doubts

Implementing Google Analytics in iOS App, if Firebase is already integrated for Push Notifications

I am having an iOS App in which Firebase is already integrated for the purpose of Push Notifications. So, I am having a GoogleService-Info.Plist file at the root of my target.
Now, I am adding Google Analytics SDK through pods and the tutorial is asking me to download another GoogleService-Info.plist file which is having a tracking ID. So, I am confused now that how to use Google Analytics in this case as I am already having a plist file.
I want to use google analytics as I want to do screen tracking which is not that efficient in FireBase Analytics.
Please can anybody guide me through the process of integrating Google Analytics when Firebase is already present in the app?
Thanks in advance.
This should help you with a common tutorial online FireBase Analytics Docs.
Use these docs to follow along in a tutorial that firebase has. For what I know about firebase is almost all the tutorials and help are written in swift and is kinda annoying if your writing in objective-c like I do. There is also sample projects on their website so it might be helpful to start at a sample project and work from there.