From a55b7e5a24371b30c382cf0d5d24498ad2928c30 Mon Sep 17 00:00:00 2001 From: Kurt Johnson Date: Thu, 7 Feb 2019 11:14:27 -0500 Subject: [PATCH] Added details to readme and changelog --- CHANGELOG.md | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 280ada24..723c186a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Changelog ### next - +* Fix Android videos being able to play with background music/audio from other apps. * Fix loading package resolved videos when using video-caching [#1438](https://github.com/react-native-community/react-native-video/pull/1438) ### Version 4.3.0 diff --git a/README.md b/README.md index 8af2d371..20ea61c9 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,13 @@ Controls are not available Android because the system does not provide a stock s Platforms: iOS, react-native-dom +#### disableFocus +Determines whether video audio should override background music/audio in Android devices. +* ** false (default)** - Override background audio/music +* **true** - Let background audio/music from other apps play + +Platforms: Android Exoplayer + #### filter Add video filter * **FilterType.NONE (default)** - No Filter