From 3f243b1583f80f9a7515f95a7df3f5131018170f Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Wed, 20 Jun 2018 22:09:05 -0700 Subject: [PATCH] Document the seek() method --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index 4bfbb9d5..60ac25be 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,11 @@ var styles = StyleSheet.create({ * [onLoad](#onload) * [onLoadStart](#onloadstart) +### Methods +* [seek](#seek) + +### Configurable props + #### allowsExternalPlayback Indicates whether the player allows switching to external playback mode such as AirPlay or HDMI. * **true (default)** - allow switching to external playback mode @@ -502,6 +507,45 @@ Example: Platforms: all +### Methods +Methods operate on a ref to the Video element. You can create a ref using code like: +``` +return ( +