Cast to Screen Using React Native - react-native

I am building a react-native app for playing videos and I would like to be able to cast those videos to the screen. The videos are coming from youtube and vimeo. Any idea how I can achieve that? Been looking at the react-native-google-cast library and it looks like it will require the users to have the Chromecast device which is a problem. It also won't work on iOS.

Related

React native ScrollView effect like youtube's one

I'm trying to get an effect like youtube's one in the ScrollView of my react native app.
I don't really know how to search for this, so if anyone knows of a package or a video tutorial that could help me, I would really appreciate it.
That's a short video showing the effect I've said, but I believe it is present in all Youtube apps.
Basically, it shows you the header when you drag it up from anywhere on the screen.

React Native record video and capture Speech to Text

I'm using React Native Camera to record video. I would also like to transcribe the voice at the same time (speech-to-text). I'm looking at React Native Voice but I don't think I can use both libraries at once (sharing the Mic input).
Wondering if anyone has ideas besides uploading the final video file somewhere to get transcribed.
Yes, you can.
You can record video with React Native Camera, and using speech-to-text in Voice Library.
For voice library you can see this or this guides.

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?

How do I add audio background to a video using React Native

Is there a library I can use to add audio to a video using React Native?
I am developing an app where users can record videos and add background music to it.
Found a library, but it only works on iOS.
github.com/kumarnitishraj/react-native-video-editing

Using cameraroll for react native on Android

I want to learn and know how to use the camera roll API on Android.
I stayed up all night and didn't sleep. I can use expo to get the camera, and I have seen the cameraroll working fine on iOS. Some people I have seen on Stack Overflow using the cameraroll API from react-native on Android without any third party, but never seen a full code example it's going to be between 30 to 50 lines. I've checked the documentation, and it mentioned Android, but the steps where used for iOS.
Everyone seems to be running away from it, and some people are unclear about it.