Create a Video that Auto Plays when Scrolled into View in React Native

Jason Brown
Code Daily
Published in
1 min readJun 4, 2017

--

In this lesson we’ll setup a react-native-video player that is paused when it is not visible but when scrolled into view starts playing the video. We'll also show how to add a small ending threshold so once the video is only partially out of view it will pause.

Originally published at codedaily.io on June 4, 2017.

--

--