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 ( +