diff --git a/README.md b/README.md index 9bb76c8a..c0c28846 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ var styles = StyleSheet.create({ ### Configurable props * [allowsExternalPlayback](#allowsexternalplayback) * [audioOnly](#audioonly) +* [automaticallyWaitsToMinimizeStalling](#automaticallyWaitsToMinimizeStalling) * [bufferConfig](#bufferconfig) * [controls](#controls) * [filter](#filter) @@ -351,10 +352,12 @@ Indicates whether the player should only play the audio track and instead of dis For this to work, the poster prop must be set. +Platforms: all + #### automaticallyWaitsToMinimizeStalling A Boolean value that indicates whether the player should automatically delay playback in order to minimize stalling. For clients linked against iOS 10.0 and later -Platforms: all +Platforms: iOS #### bufferConfig Adjust the buffer settings. This prop takes an object with one or more of the properties listed below.