skip to Main Content

Reactjs – How to get elapsed time of expo video?

Im using the Expo-Video-Player package, and went to get the elapsed time of when a video is played. <ExpoVideoPlayer videoProps={{ resizeMode: Video.RESIZE_MODE_STRETCH, source: { uri: videoUrl, }, }} inFullscreen={false} showControlsOnLoad={true} videoBackground={"#fff"} height={200} videoRef={video} showFullscreenButton={false} playIcon={() => playIcon} replayIcon={() => replayIcon}…

VIEW QUESTION
Back To Top
Search