I want to play 2 videos with play pause by one button. both Video will pause on same time and will play on same time when we clicked on button.
I am using react-native-video.
I want to play 2 videos with play pause by one button. both Video will pause on same time and will play on same time when we clicked on button.
I am using react-native-video.
2
Answers
Both Video having different different ref and add these properties.
Give ref to both videos, video1Ref and video2Ref, and on button press just start videos on both refs.