From 6b62119ce0bacfd990cb6ab3b0486feeb603d2be Mon Sep 17 00:00:00 2001 From: ndao Date: Sat, 1 Oct 2016 11:23:50 -0700 Subject: [PATCH] add ability to change progress update interval (#289) * added progressUpdateInterval prop iOS * add prop to Video.js * added progressUpdateInterval prop iOS * add prop to Video.js --- README.md | 34 +++++++++++++++++----------------- Video.js | 1 + ios/RCTVideo.m | 5 +++++ ios/RCTVideoManager.m | 1 + 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 4595438f..dba65fda 100644 --- a/README.md +++ b/README.md @@ -86,23 +86,23 @@ Under `.addPackage(new MainReactPackage())`: // Within your render function, assuming you have a file called // "background.mp4" in your project. You can include multiple videos // on a single screen if you like. -