I am trying to pause and play video using scrollView but i am unable to do that I wrote a code but it have some condition issue, can anybody please tell me what is wrong in my code, I want to play the video when it is visible and pause all other…
I am new to React native Apps, And developed a basic news app which contains video posts, Everything was fine but videos are loading very slow.
Video will be uploaded from app to the backend server, and posts will be displayed in flat list and…
I'm wondering if anybody has found a workaround or a solution for this. I see issues in the repo that don't show anything, and I really would rather just have the hook call on android as well. Has anybody figured out how to make it work? Even the…
When I first open my app Spotify music stops after that when I go back and turn on the music and come back to the my app, it works fine. I am using react-native video library for Splash screen and video doesn't have audio and also muted by component…
Do you know a lib / a way to display a thumbnail of a local video ?
I select a video from my device with react-native-image-picker and i would like to display a thumbnail of this video in a View or flatlist in case of several selections
I am using react-native-video library.
I have added following line in android/settings.gradle to use exoplayer as mentioned in its docs.
include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir,…
when I install react-native-video in my react native app, my app shows an error. and I get the following error:
What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
Could not resolve all files for configuration…
I am using react-native-video in my app for videos. Most of the videos are working as expected. But for some videos, a green border is appearing around the video.I don't know from where it is coming. Can someone please help me with this?
Please…
We are developing mobile app in react native, and we have used react-native-video library to play video in app.
There is no problem in any device when I play video which is uploaded by mobile, or small size of video.
When I play hd video or…
My problem is I can't playback m3u8 fragmented video through react-native-video. But another test m3u8 from different resources does work. I have thought my transcoded CMAF m3u8 is corrupted and by that reason doesn't work but it work on ios…