diff --git a/dom/RCTVideo.js b/dom/RCTVideo.js index d6842e55..b249721f 100644 --- a/dom/RCTVideo.js +++ b/dom/RCTVideo.js @@ -218,7 +218,7 @@ class RCTVideo extends RCTView { onProgress = () => { const payload = { currentTime: this.videoElement.currentTime, - duration: this.videoElement.duration + seekableDuration: this.videoElement.duration }; this.sendEvent("topVideoProgress", payload); }