What is the best to implement video calling to React Native app? - react-native

I’m developing a React-Native app and I want implement video calling option to it. Can somebody suggest me some better examples?

Related

can i make an autocliker app with Xamarin or React Native?

I want to make an autoclicker app that can also take screenshots and recognize the location of a specific image (of course it will run over another app). can i do it with either xamarin or react native? if yes i would really appreciate it if you suggest me some tutorials or code examples.

Has anyone seen details on Apple's SharePlay working with React Native?

I am just wondering if there is a plugin or way to integrate the Apple Shareplay functionality from iOS 15 into react native without writing in Swift at this time.
Thanks!

Real time subtitle for react native app, its possible?

I'm trying to implement automatic subtitle generation in a React native app and I thought about a subtitle approach via streaming.
Calling some Google speech service, azure, etc ... and translating in real time that the video is playing
But I'm a little lost on how to do this with react native, could you help me?
Does anyone have any ideas or a lib not free that would solve this problem of automatic subtitle generation?
Have you been through this?

Develop a video editor App with React Native. Good or Bad?

I want to develop a VIDEO EDITOR APP in iOS. I'm confused with programming languages to develop.
React Native
Swift (iOS)
I've heard about React Native is a BAD CHOICE because with React Native, you can't use Hardware strength totally - which is very necessarily for Video Processor. so Swift is a BETTER CHOICE.
So I want to ask you guys if I have only knowledge about React Native. Can I develop a Video Editor App.
We used React Native Video Processing Library to develop video editor parts in our social app.
The library performs great and doesn't have any performance issues, especially on iOS
If you are doing it for iOS only, then there is no doubt on using Swift/Objective C (iOS native development). React native won't be a good fit such scenario where hardware processing is more.
You can choose React Native :
If you know javascript better than swift/obj c
If you want that same app in android too

implement fixed-data-table in react native?

how could I implement fixed-data-table in react-native?
I just find the smart one yet implemented by reactjs
thanks for time.