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

Build expo React Native

`Running "yarn install" in /home/expo/workingdir/build directory yarn install v1.22.19 [1/4] Resolving packages... [stderr] warning Lockfile has incorrect entry for "@expo/webpack-config@^49.0.0". Ignoring it. [stderr] error Couldn't find any versions for "@expo/webpack-config" that matches "^49.0.0" info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this…

VIEW QUESTION
Back To Top
Search