From 01c1124adcfdddcdf35d8f03bac98b9baa714b43 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Tue, 14 Feb 2017 03:39:42 +0100 Subject: [PATCH] Add remark on muted for cover size (#459) This is related to the comment on #368 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9248a600..d55bcb00 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ using System.Collections.Generic; volume={1.0} // 0 is muted, 1 is normal. muted={false} // Mutes the audio entirely. paused={false} // Pauses playback entirely. - resizeMode="cover" // Fill the whole screen at aspect ratio. + resizeMode="cover" // Fill the whole screen at aspect ratio.* repeat={true} // Repeat forever. playInBackground={false} // Audio continues to play when app entering background. playWhenInactive={false} // [iOS] Video continues to play when control or notification center are shown. @@ -172,6 +172,7 @@ var styles = StyleSheet.create({ }); ``` +- * *For iOS you also need to specify muted for this to work* ## Android Expansion File Usage