I am trying to render list of videos but each video item acts as a page since I use pagingenabled in flatlist. Problem is I use windowSize = {2} and that causes 2 videos (one visible & another not visible) to render at the same. My state is paused…
I have created a share function using react-native-share which fetches the api, in order to share some images, however when I try to share via whatsapp, it throws me an error: Cannot open file.
My share function:
shareImage= (item) => {
…
I have used a flatlist to list 4 videos getting fetched from an API, however I want them to scroll one at a time, hence added viewpager to render each video as a separate page, however on adding viewpager I do not seem to retrieve the videos on…
I am adding video recording and preview feature to my react native app.For taking video i used the following code and once recorded i am able to get the output file.Now using the file uri i tried to preview this file to the users using…
i am making a Android video gallery app like YouTube using React-Native for that i am using 'react-native-video' , package While using it i had a problem with video auto-play option all videos are playing at a time in the background without viewing…
I am using react-native-video library in my project. So when the accordion closes the video should pause. I tried the inbuilt function of library as well as external function but the problem persists. Any idea how to resolve it.
I have 2 sample videos (v1 50MB and v2 150MB). They are the same video where v1 is downscaled from v2.
v1 resides in our firebase bucket while v2 is a sample video available online. However, if I try to stream v1 in react-native or even in the web…
I'm having a problem with the video player when using the property paused and when putting the inside another View.
When I try to put the video between two Views (to test the scroll) the first view is hidden by the player, but the second one stays…
Im using react-native-video with react-native. I need to install and run this on an older Android version Android 4.4 (API 19) kitkat.
But Im only getting a black screen when playing video on Android 4.4 (API 19). Not sure what is happening. Works…
I am getting started with react-native development. I am using react-native-video to add a video in my application.
I wanted to seek back and forth in a video in a for-loop and hold it for a given timeout using React-Native. I am using…
Im using react-native-video in my react-native application. I want to be able to dynamically change videosource but found out it wasnt that easy. My approach is simply by changing the clip name with a hook, changing video1 to video2. But I was not…
I want to show video from device video gallery. I get response from react-native-image-picker that include path and content. When I use the content for display video with react-native-video component shows nothing.
I tried these…